tmux: misc
Signed-off-by: Michael Grote <michael.grote@dataport.de>
This commit is contained in:
parent
13d003feb7
commit
876978372f
1 changed files with 4 additions and 1 deletions
|
@ -44,7 +44,7 @@ unbind %
|
|||
bind | split-window -h
|
||||
bind - split-window -v
|
||||
|
||||
# address vim mode switching delay (http://superuser.com/a/252717/65504)
|
||||
# Address vim mode switching delay (http://superuser.com/a/252717/65504)
|
||||
set -s escape-time 0
|
||||
|
||||
# tmux messages are displayed for 4 seconds
|
||||
|
@ -54,3 +54,6 @@ set -g display-time 4000
|
|||
# prefix + f
|
||||
set-window-option -g mode-keys vi
|
||||
bind f copy-mode\; send-keys ?
|
||||
|
||||
# Focus events enabled for terminals that support them
|
||||
set -g focus-events on
|
||||
|
|
Loading…
Reference in a new issue