summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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