summaryrefslogtreecommitdiff
path: root/.config/tmux
diff options
context:
space:
mode:
Diffstat (limited to '.config/tmux')
-rw-r--r--.config/tmux/tmux.conf24
1 files changed, 12 insertions, 12 deletions
diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf
index 30981c2..5780844 100644
--- a/.config/tmux/tmux.conf
+++ b/.config/tmux/tmux.conf
@@ -40,21 +40,21 @@ bind h split-window -v
unbind '"'
unbind %
-bind-key J resize-pane -D 5
-bind-key K resize-pane -U 5
-bind-key H resize-pane -L 5
-bind-key L resize-pane -R 5
+bind-key N resize-pane -D 5
+bind-key E resize-pane -U 5
+bind-key I resize-pane -L 5
+bind-key M resize-pane -R 5
-bind-key M-j resize-pane -D
-bind-key M-k resize-pane -U
-bind-key M-h resize-pane -L
-bind-key M-l resize-pane -R
+bind-key M-n resize-pane -D
+bind-key M-e resize-pane -U
+bind-key M-i resize-pane -L
+bind-key M-m resize-pane -R
# Use Alt-vim keys without prefix key to switch panes
-bind -n M-h select-pane -L
-bind -n M-j select-pane -D
-bind -n M-k select-pane -U
-bind -n M-l select-pane -R
+bind -n M-m select-pane -L
+bind -n M-n select-pane -D
+bind -n M-e select-pane -U
+bind -n M-i select-pane -R
bind Escape copy-mode
bind p paste-buffer