summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cady <d@cryptonomic.net>2021-01-17 19:01:06 -0500
committerAndrew Cady <d@cryptonomic.net>2021-01-17 19:01:09 -0500
commit558b59c44c743204bb6c4697ed51796b0cf793cc (patch)
tree8834ab5779c7a9f15939a7c76027915259f5a27e
parent3ec00ce2bf920226a5136535720944a879dd9911 (diff)
fix for tmux regression
-rw-r--r--dot/tmux.stage2.conf7
1 files changed, 4 insertions, 3 deletions
diff --git a/dot/tmux.stage2.conf b/dot/tmux.stage2.conf
index 34a2fa1..655dc75 100644
--- a/dot/tmux.stage2.conf
+++ b/dot/tmux.stage2.conf
@@ -31,9 +31,10 @@ bind-key C-c new-window
31bind-key Escape copy-mode 31bind-key Escape copy-mode
32bind-key [ copy-mode 32bind-key [ copy-mode
33bind-key C-[ copy-mode 33bind-key C-[ copy-mode
34bind-key -t vi-copy v begin-selection 34# https://github.com/tmux/tmux/issues/754
35bind-key -t vi-copy y copy-selection 35bind-key -T copy-mode-vi v send-keys -X begin-selection
36bind-key -t vi-copy Enter copy-selection 36bind-key -T copy-mode-vi y send-keys -X copy-selection
37bind-key -T copy-mode-vi Enter send-keys -X copy-selection
37#bind-key C-y run "tmux save-buffer - | xclip -i -selection clipboard" 38#bind-key C-y run "tmux save-buffer - | xclip -i -selection clipboard"
38#bind-key C-p run "tmux set-buffer \"$(xclip -o -selection clipboard)\"; tmux paste-buffer" 39#bind-key C-p run "tmux set-buffer \"$(xclip -o -selection clipboard)\"; tmux paste-buffer"
39 40