From 005658dcc88282a5acb78da2006063af54b780dd Mon Sep 17 00:00:00 2001 From: David Morgan Date: Thu, 14 Jan 2021 14:36:09 +0000 Subject: Add tmux pane navigation keys --- .tmux.conf | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- cgit 1.4.1-2-gfad0