Преглед на файлове

Try to prevent esc key delays in tmux

Kevin преди 6 години
родител
ревизия
22b43a557b
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3 0
      tmux.conf

+ 3 - 0
tmux.conf

@@ -42,5 +42,8 @@ bind c new-window -c "#{pane_current_path}"
 # Use vim keybindings in copy mode
 setw -g mode-keys vi
 
+# prevent delayed escape key
+set -s escape-time 0
+
 # Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
 run '~/.dotfiles/external/tpm/tpm'