1
0
forked from extern/nix-config

Update tmux config

This commit is contained in:
Donovan Glover 2018-08-31 14:22:49 -04:00
parent c582138b9f
commit ee5e210ad5
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -34,6 +34,9 @@ bind -n M-J swap-pane -D
bind -n M-K swap-pane -U
bind -n M-L swap-pane -D
# Easily choose panes to move between windows
bind-key @ choose-window 'join-pane -h -s "%%"'
# Change the size of panes with <C-b><h/j/k/l>
bind-key h resize-pane -L 5
bind-key j resize-pane -D 5
@ -52,6 +55,10 @@ bind -n M-n next-window
bind -n S-Left previous-window
bind -n S-Right next-window
# Easily move the current window to the left/right
bind-key -n C-Left swap-window -t -1
bind-key -n C-Right swap-window -t +1
# Remove the delay when using the escape key
set -sg escape-time 0