From 9044a224e0d0305f8f084b202c546d044dd9c02c Mon Sep 17 00:00:00 2001 From: CramMK Date: Fri, 20 Mar 2020 15:28:05 +0100 Subject: [PATCH] Fix tmux bind --- dotfiles/tmux/tmux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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