Moddfied tmux config to have a keybind to switch around windows

This commit is contained in:
DreadedX 2014-08-29 16:09:20 +02:00
parent a4cd293222
commit 0114c1c362
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -1 +0,0 @@
/home/tim/.dotfiles/vim