tmux: schließe windows
This commit is contained in:
parent
aa5f2ac7c4
commit
3137d46689
1 changed files with 3 additions and 0 deletions
|
@ -26,3 +26,6 @@ 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
|
||||
|
|
Loading…
Reference in a new issue