aboutsummaryrefslogtreecommitdiff
path: root/programs/tmux.nix
diff options
context:
space:
mode:
Diffstat (limited to 'programs/tmux.nix')
-rw-r--r--programs/tmux.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/programs/tmux.nix b/programs/tmux.nix
index bfda915..10cbf5f 100644
--- a/programs/tmux.nix
+++ b/programs/tmux.nix
@@ -118,6 +118,7 @@ in
118 bind-key -T copy-mode-vi y send-keys -X copy-pipe "${copy}" 118 bind-key -T copy-mode-vi y send-keys -X copy-pipe "${copy}"
119 bind-key -T copy-mode-vi r send-keys -X rectangle-toggle 119 bind-key -T copy-mode-vi r send-keys -X rectangle-toggle
120 bind-key -T copy-mode-vi MouseDragEnd1Pane send-keys -X copy-pipe-no-clear "${copy}" 120 bind-key -T copy-mode-vi MouseDragEnd1Pane send-keys -X copy-pipe-no-clear "${copy}"
121 set -s set-clipboard on
121 bind P paste-buffer 122 bind P paste-buffer
122 123
123 set-window-option -g allow-rename off 124 set-window-option -g allow-rename off