add additional keybindings for tmux

add new keybindings for switching winows and sessions using the meta key
This commit is contained in:
Jidbo 2020-04-10 13:47:40 +02:00
parent 26fdd1ea67
commit 45f77b3f8a
Signed by untrusted user: jidbo
GPG key ID: 54C320BF0E44C5CA

View file

@ -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