Fix tmux bind

This commit is contained in:
CramMK
2020-03-20 15:28:05 +01:00
parent 357151b699
commit 9044a224e0

View File

@@ -4,7 +4,7 @@ set -g history-limit 10000
#some vi behaviour #some vi behaviour
bind-key -r h select-pane -L bind-key -r h select-pane -L
run-shell "~/.tmux/themes/nord-tmux/nord.tmux" bind-key -r j select-pane -D bind-key -r j select-pane -D
bind-key -r k select-pane -U bind-key -r k select-pane -U
bind-key -r l select-pane -R bind-key -r l select-pane -R