add additional keybindings for tmux
add new keybindings for switching winows and sessions using the meta key
This commit is contained in:
parent
26fdd1ea67
commit
45f77b3f8a
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue