projects
/
dotfiles.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
491bb56
)
No need in any tmux escape-time at all
author
Sergey Matveev <stargrave@stargrave.org>
Mon, 2 Sep 2019 09:25:29 +0000 (12:25 +0300)
committer
Sergey Matveev <stargrave@stargrave.org>
Mon, 2 Sep 2019 09:25:29 +0000 (12:25 +0300)
tmux/.tmux.conf
patch
|
blob
|
history
diff --git
a/tmux/.tmux.conf
b/tmux/.tmux.conf
index c59768cdc34863856720d6fb5c8a5c73ef1c7fad..1869462331a1865d3f980d81397827df60e515af 100644
(file)
--- a/
tmux/.tmux.conf
+++ b/
tmux/.tmux.conf
@@
-1,7
+1,7
@@
set-option -g mode-keys vi
set-option -g base-index 1
set-option -g default-terminal "screen-256color"
-set-option -g escape-time
50
+set-option -g escape-time
1
set-option -g repeat-time 0
set-option -g history-limit 20000