From ea63f13d1bff7c20699ec204a31b6316acd9c2db Mon Sep 17 00:00:00 2001 From: NonlinearFruit <1123benji5813@gmail.com> Date: Wed, 1 Jan 2025 11:12:01 -0700 Subject: [PATCH] Add back tmux y to yank --- tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tmux.conf b/tmux.conf index 096ca43..ccc6de3 100644 --- a/tmux.conf +++ b/tmux.conf @@ -23,6 +23,7 @@ set -s set-clipboard on set -wg mode-keys vi bind-key -T copy-mode-vi v send-keys -X begin-selection bind-key -T copy-mode-vi V send-keys -X select-line +bind-key -T copy-mode-vi y send-keys -X copy-selection-and-cancel ## Splits bind-key v split-window -h -c "#{pane_current_path}"