aboutsummaryrefslogtreecommitdiff
path: root/programs/tmux.nix
diff options
context:
space:
mode:
Diffstat (limited to 'programs/tmux.nix')
-rw-r--r--programs/tmux.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/programs/tmux.nix b/programs/tmux.nix
index f061997..43778dd 100644
--- a/programs/tmux.nix
+++ b/programs/tmux.nix
@@ -72,6 +72,7 @@ in
72 set escape-time 20 72 set escape-time 20
73 set -g mouse on 73 set -g mouse on
74 74
75
75 set -g base-index 1 76 set -g base-index 1
76 setw -g pane-base-index 1 77 setw -g pane-base-index 1
77 78
@@ -113,6 +114,7 @@ in
113 bind-key -T copy-mode-vi v send-keys -X begin-selection 114 bind-key -T copy-mode-vi v send-keys -X begin-selection
114 bind-key -T copy-mode-vi y send-keys -X copy-pipe "xclip -i -sel p -f | xclip -i -sel c " 115 bind-key -T copy-mode-vi y send-keys -X copy-pipe "xclip -i -sel p -f | xclip -i -sel c "
115 bind-key -T copy-mode-vi r send-keys -X rectangle-toggle 116 bind-key -T copy-mode-vi r send-keys -X rectangle-toggle
117 bind-key -T copy-mode-vi MouseDragEnd1Pane send-keys -X copy-pipe-no-clear "xclip -i -sel p -f | xclip -i -sel c "
116 bind P paste-buffer 118 bind P paste-buffer
117 119
118 set-window-option -g allow-rename off 120 set-window-option -g allow-rename off