projects
/
dotfiles.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
No need in any tmux escape-time at all
[dotfiles.git]
/
tmux
/
.tmux.conf
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