mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
increase tmux escape-time
This commit is contained in:
parent
9b7b459629
commit
72371de9c5
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@
|
|||
set -g set-titles on
|
||||
set -sa terminal-overrides ",*256color:Tc"
|
||||
# escape-time reduces the time where the escape key acts as an alt key
|
||||
set -s escape-time 1
|
||||
set -s escape-time 10
|
||||
################################################################################
|
||||
# Smart pane switching with awareness of Vim splits.
|
||||
# See: https://github.com/christoomey/vim-tmux-navigator
|
||||
|
|
Loading…
Reference in a new issue