mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-12-21 19:24:15 +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 -g set-titles on
|
||||||
set -sa terminal-overrides ",*256color:Tc"
|
set -sa terminal-overrides ",*256color:Tc"
|
||||||
# escape-time reduces the time where the escape key acts as an alt key
|
# 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.
|
# Smart pane switching with awareness of Vim splits.
|
||||||
# See: https://github.com/christoomey/vim-tmux-navigator
|
# See: https://github.com/christoomey/vim-tmux-navigator
|
||||||
|
|
Loading…
Reference in a new issue