Merge branch 'master' of https://git.mgrote.net/mg/dotfiles
This commit is contained in:
commit
115c7a30dd
1 changed files with 5 additions and 0 deletions
|
@ -26,3 +26,8 @@ bind - split-window -v
|
|||
|
||||
set -s escape-time 0 # address vim mode switching delay (http://superuser.com/a/252717/65504)
|
||||
set -g display-time 4000 # tmux messages are displayed for 4 seconds
|
||||
|
||||
# schließe windows mit prefix + w
|
||||
bind w killw
|
||||
# öffne windows mit prefix + t
|
||||
bind t new-window
|
||||
|
|
Loading…
Reference in a new issue