Moddfied tmux config to have a keybind to switch around windows
This commit is contained in:
parent
a4cd293222
commit
0114c1c362
|
@ -33,6 +33,8 @@ set-option -g set-titles on
|
||||||
bind -n C-j new-window
|
bind -n C-j new-window
|
||||||
bind -n C-h prev
|
bind -n C-h prev
|
||||||
bind -n C-l next
|
bind -n C-l next
|
||||||
|
bind -n C-M-l swap-window -t +1
|
||||||
|
bind -n C-M-h swap-window -t +1
|
||||||
|
|
||||||
#enable aggressive-resize
|
#enable aggressive-resize
|
||||||
setw -g aggressive-resize on
|
setw -g aggressive-resize on
|
||||||
|
|
Loading…
Reference in New Issue
Block a user