소스 검색

vi key bindings tmux

Kevin Heinicke 8 년 전
부모
커밋
f52dcc7816
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      tmux.conf

+ 3 - 0
tmux.conf

@@ -14,5 +14,8 @@ bind-key r source-file ~/.tmux.conf \; display-message "~/.tmux.conf reloaded"
 # rebind some clear history command
 bind-key C-l send-keys C-l \; clear-history
 
+# Use vim keybindings in copy mode
+setw -g mode-keys vi
+
 # Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
 run '~/.dotfiles/external/tpm/tpm'