Explorar o código

vi key bindings tmux

Kevin Heinicke %!s(int64=8) %!d(string=hai) anos
pai
achega
f52dcc7816
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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'