tmux: enable focus-events
This commit is contained in:
parent
2d22b82245
commit
754e846068
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@ unbind-key -T copy-mode-vi MouseDragEnd1Pane
|
||||||
#
|
#
|
||||||
# General
|
# General
|
||||||
#
|
#
|
||||||
|
set -s focus-events on # pass focus events from terminal to applications
|
||||||
set -gs escape-time 50 # avoid delays with ESC in vim
|
set -gs escape-time 50 # avoid delays with ESC in vim
|
||||||
set -gs repeat-time 1000 # allow 1 second for multiple commands
|
set -gs repeat-time 1000 # allow 1 second for multiple commands
|
||||||
set -g base-index 1 # start window numbering from 1
|
set -g base-index 1 # start window numbering from 1
|
||||||
|
|
Loading…
Add table
Reference in a new issue