diff options
author | Urbain Vaes <urbain@vaes.uk> | 2015-04-22 09:35:04 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2015-04-22 09:35:04 +0100 |
commit | 351e96b5faf62aa74e1119bc874e51e1dc73b70b (patch) | |
tree | 4556638d569e448e6aac2bd4d8f801c105850667 /tmux.conf | |
parent | a16570887685c4efaf3fd51efbd16eabc39f39d2 (diff) |
tmux vi-mode
Diffstat (limited to 'tmux.conf')
-rw-r--r-- | tmux.conf | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -7,6 +7,10 @@ unbind C-b set -g prefix C-Space bind Space send-prefix +set-window-option -g mode-keys vi +bind-key -t vi-copy 'v' begin-selection +bind-key -t vi-copy 'y' copy-selection + set -g @tpm_plugins ' \ tmux-plugins/tpm \ tmux-plugins/tmux-sensible \ |