소스 검색

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'