summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-05-16 05:22:40 +0100
committerMatthew Lemon <y@yulqen.org>2024-05-16 05:22:40 +0100
commit68a1d017a3ac68fb9d507eb32fbdcb751bd6f58d (patch)
tree82a82059130716011c080aae47431270bf322010
parent25cdb4e05b2cc6c73fbf9970ff8b31b89f79618b (diff)
Switch off Ctrl-Y for paste!
-rw-r--r--tmux.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux.conf b/tmux.conf
index a27dcff..cc96c17 100644
--- a/tmux.conf
+++ b/tmux.conf
@@ -9,7 +9,7 @@ set-option -g focus-events on
#set -g default-shell '/bin/ksh'
# paste with Ctrl Y
-bind-key -n C-y run "tmux set-buffer \"$(xclip -o -sel clipboard)\"; tmux paste-buffer"
+#bind-key -n C-y run "tmux set-buffer \"$(xclip -o -sel clipboard)\"; tmux paste-buffer"
# command sequence for nested tmux sessions
bind-key a send-prefix