From 45f77b3f8a5c4425b20f0a5a9253999a84b9d545 Mon Sep 17 00:00:00 2001 From: Jidbo Date: Fri, 10 Apr 2020 13:47:40 +0200 Subject: [PATCH] add additional keybindings for tmux add new keybindings for switching winows and sessions using the meta key --- shell/tmux.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/shell/tmux.conf b/shell/tmux.conf index 1cab6ac..4569a0d 100644 --- a/shell/tmux.conf +++ b/shell/tmux.conf @@ -22,6 +22,10 @@ bind r \ source-file ~/.tmux.conf \;\ display 'Reloaded tmux config' +bind -n M-h previous-window +bind -n M-l next-window +bind -n M-j switch-client -n +bind -n M-k switch-client -p # pane number display set-option -g display-panes-active-colour blue #blue set-option -g display-panes-colour brightred #orange