Update .tmux.conf

This commit is contained in:
rolandtjr 2021-03-10 01:03:55 -05:00 committed by GitHub
parent f38eb64027
commit 193c1ebc9a
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ bind-key C-a send-prefix
# don't rename windows automatically # don't rename windows automatically
set-option -g allow-rename off set-option -g allow-rename off
# smart pane swtiching with awareness of vim splits # smart pane switching with awareness of vim splits
bind h select-pane -L bind h select-pane -L
bind j select-pane -D bind j select-pane -D