diff --git a/.tmux.conf b/.tmux.conf index bc665a1..eb4649e 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -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 diff --git a/.tmux.conf.local b/.tmux.conf.local index cf598ef..8823cfe 100644 --- a/.tmux.conf.local +++ b/.tmux.conf.local @@ -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'