mirror of
1
0
Fork 0

update timeout

This commit is contained in:
tlhc 2020-10-05 21:55:33 +08:00
parent baaa9a8078
commit 15e5c3f17c
2 changed files with 4 additions and 1 deletions

View File

@ -12,7 +12,7 @@
set -g default-terminal "screen-256color" # colors!
setw -g xterm-keys on
set -s escape-time 10 # faster command sequences
set -sg repeat-time 600 # increase repeat timeout
set -sg repeat-time 800 # increase repeat timeout
set -s focus-events on
set -g prefix2 C-a # GNU-Screen compatible prefix

View File

@ -323,6 +323,9 @@ tmux_conf_copy_to_os_clipboard=true
# "$@"
# # /!\ do not remove the previous line
#kill pane without confirm
bind-key x kill-pane
bind-key & kill-window
# TMUX plugins
set -g @plugin 'tmux-plugins/tpm'