diff --git a/dotfiles/tmux/tmux b/dotfiles/tmux/tmux index 790cadd..c1a0a1a 100644 --- a/dotfiles/tmux/tmux +++ b/dotfiles/tmux/tmux @@ -4,7 +4,7 @@ set -g history-limit 10000 #some vi behaviour 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 l select-pane -R