update tmux config

This commit is contained in:
Jeff Lance 2021-01-27 10:44:10 +01:00
parent 69321bcecb
commit e03d37f0e8

View File

@ -64,7 +64,7 @@ bind C-f command-prompt -p find-session 'switch-client -t %%'
# split current window horizontally
bind - split-window -v
# split current window vertically
bind _ split-window -h
bind | split-window -h
# pane navigation
bind -r h select-pane -L # move left