From 9bb062316fd723ae3da75af9934c9d542d1b695a Mon Sep 17 00:00:00 2001 From: Harshit Luthra Date: Mon, 15 May 2023 14:12:15 +0530 Subject: [PATCH] Update tmux.conf --- tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux.conf b/tmux.conf index d27c835..80ec82d 100644 --- a/tmux.conf +++ b/tmux.conf @@ -46,7 +46,7 @@ set-window-option -g mode-keys vi # keybindings bind-key -T copy-mode-vi v send-keys -X begin-selection bind-key -T copy-mode-vi C-v send-keys -X rectangle-toggle -bind-key -T copy-mode-vi y send-keys -X copy-selection-and-cancel +bind-key -T copy-mode-vi y send-keys -X copy-selection-and-cancel # for making it work on Macos you need to use `bind-key -T copy-mode-vi y send-keys -X copy-pipe-and-cancel "pbcopy"` bind '"' split-window -v -c "#{pane_current_path}" bind % split-window -h -c "#{pane_current_path}"