commit 518916328feadb8694cbeaf455994a22af0e11aa
parent ddb607406746fd84eac2c34dfe58bcf45d76412d
Author: Bharatvaj <bharatvaj@yahoo.com>
Date: Fri, 19 Nov 2021 02:21:26 +0530
Update yank command for tmux
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf
@@ -28,7 +28,7 @@ unbind -T copy-mode-vi Space
unbind -T copy-mode-vi Enter
bind -T copy-mode-vi v send-keys -X begin-selection
-bind -T copy-mode-vi y send-keys -X end-selection
+bind -T copy-mode-vi y send-keys -X copy-selection-and-cancel
set-option -g mouse on
setw -g mode-keys vi