about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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