From cece24dba6d5c87a6bdcbbaa8d7684295b8efc33 Mon Sep 17 00:00:00 2001 From: pml68 Date: Sat, 6 Jul 2024 01:48:07 +0200 Subject: feat(tmux): change copy-mode keybind from F4 to C-c --- tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index ee933d7..c5414cb 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -29,7 +29,7 @@ bind-key -T copy-mode-vi 'y' send-keys -X copy-pipe-and-cancel 'xclip -sel clip unbind -T copy-mode-vi MouseDragEnd1Pane -bind-key -n 'F4' copy-mode +bind-key -r C-c copy-mode bind-key -r i run-shell "tmux neww /usr/local/bin/cht.sh" bind-key -r D run-shell "tmux neww /usr/local/bin/tmus" -- cgit v1.2.3