Moddfied tmux config to have a keybind to switch around windows
This commit is contained in:
@@ -33,6 +33,8 @@ set-option -g set-titles on
|
||||
bind -n C-j new-window
|
||||
bind -n C-h prev
|
||||
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
|
||||
setw -g aggressive-resize on
|
||||
|
||||
Reference in New Issue
Block a user