aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-11-11 15:27:18 +0000
committerMatthew Lemon <y@yulqen.org>2024-11-11 15:27:56 +0000
commite73b345e563176f67450205af8add745e6dbdb22 (patch)
tree3c15ad5223596ac5c5625538cb3a4b0ba3f4ddef
parent721a4606f1e4cfa37ee7e0781fc8555920031042 (diff)
unbind C-y in tmux
-rw-r--r--tmux.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux.conf b/tmux.conf
index ca7cbc5..c9a8a23 100644
--- a/tmux.conf
+++ b/tmux.conf
@@ -10,6 +10,7 @@ set-option -g focus-events on
# paste with Ctrl Y
#bind-key -n C-y run "tmux set-buffer \"$(xclip -o -sel clipboard)\"; tmux paste-buffer"
+unbind C-y
# command sequence for nested tmux sessions
bind-key a send-prefix