8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce0f35a commit 8d23b6bCopy full SHA for 8d23b6b
src/config/tmux/tmux.conf
@@ -60,12 +60,10 @@ if-shell \
60
'set-option -g default-command "exec reattach-to-user-namespace -l $SHELL"'
61
62
# Remap the copy & paste keys to work as in vim
63
-unbind [
64
bind Escape copy-mode
65
-unbind p
66
bind p paste-buffer
67
-# bind-key -T copy-mode-vi v send-keys -X begin-selection
68
-# bind-key -T copy-mode-vi y send-keys -X copy-selection
+bind-key -T copy-mode-vi 'v' send -X begin-selection
+bind-key -T copy-mode-vi 'y' send -X copy-selection-and-cancel
69
70
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
71
0 commit comments