about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2021-01-14 14:36:09 +0000
committerDavid Morgan <djm_uk@protonmail.com>2021-01-14 14:36:09 +0000
commit005658dcc88282a5acb78da2006063af54b780dd (patch)
tree819669fd65630cf517f18655d8b5d463302564f6
parent3be5da43d64a550d2bfb437661583d1fc15d57e8 (diff)
downloaddotfiles-005658dcc88282a5acb78da2006063af54b780dd.tar.gz
Add tmux pane navigation keys
-rw-r--r--.tmux.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/.tmux.conf b/.tmux.conf
index 3e75331..158b6ba 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -9,6 +9,13 @@ set-option -g default-terminal "screen-256color"
 
 set -g bell-action current
 
+bind-key . source-file ~/.tmux.conf
+
+bind-key -n C-h select-pane -L
+bind-key -n C-j select-pane -D
+bind-key -n C-k select-pane -U
+bind-key -n C-l select-pane -R
+
 set -g status-bg black
 set -g status-fg white