small pixel drawing of a pufferfish dotfiles

Future-proof tmux config
j3s j3s@cyberia.club
Wed, 11 Dec 2019 16:25:42 -0600
commit

0c0510f4291fe958ea447522b573e1817d85cd7b

parent

01de4e5eb15d1d2f9480ba4c63b837f18ed8e4d9

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M .tmux.conf.tmux.conf

@@ -4,7 +4,7 @@ set-option -sg escape-time 0

set -s escape-time 0 # use vim-like keys for splits and windows -bind-key \ split-window -h -c "#{pane_current_path}" +bind-key \\ split-window -h -c "#{pane_current_path}" bind-key - split-window -v -c "#{pane_current_path}" bind-key h select-pane -L bind-key j select-pane -D