diff options
author | Matthew Lemon <y@yulqen.org> | 2024-11-11 15:27:18 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-11-11 15:27:56 +0000 |
commit | e73b345e563176f67450205af8add745e6dbdb22 (patch) | |
tree | 3c15ad5223596ac5c5625538cb3a4b0ba3f4ddef | |
parent | 721a4606f1e4cfa37ee7e0781fc8555920031042 (diff) |
unbind C-y in tmux
-rw-r--r-- | tmux.conf | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |