Browse Source

remove zeroed escape time (#1598)

an escape time of zero breaks tmux core functionality... you cannot have an escape time of 0, then it's impossible to use most custom key bindings, or to do things like resize panes effectively, etc...
android-5
Thomas Gordon Lowrey IV 7 years ago
committed by Fredrik Fornwall
parent
commit
7a5682995c
  1. 1
      packages/tmux/tmux.conf

1
packages/tmux/tmux.conf

@ -1,2 +1 @@
set -g mouse on
set -s escape-time 0

Loading…
Cancel
Save