aboutsummaryrefslogtreecommitdiff
path: root/tmux/tmux.conf
diff options
context:
space:
mode:
authorpml68 <tutorialmester@gmail.com>2024-07-06 01:48:07 +0200
committerpml68 <tutorialmester@gmail.com>2024-07-06 01:48:07 +0200
commitcece24dba6d5c87a6bdcbbaa8d7684295b8efc33 (patch)
tree792304cfe64fdd9754a770ece83a92d1e73dd031 /tmux/tmux.conf
parentfeat: remove tmux-resurrect and continuum, add keybinds (diff)
downloadsuckless-setup-cece24dba6d5c87a6bdcbbaa8d7684295b8efc33.tar.gz
feat(tmux): change copy-mode keybind from F4 to <prefix>C-c
Diffstat (limited to '')
-rw-r--r--tmux/tmux.conf2
1 files changed, 1 insertions, 1 deletions
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"