diff options
author | Akshay <[email protected]> | 2025-01-14 17:46:42 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2025-01-14 17:46:42 +0000 |
commit | f2815e157fcdec51d59b791cb3f7d931014235ea (patch) | |
tree | b06c85de4c6bfd490dae7e6dce81b13023efd21d /programs/tmux.nix | |
parent | 5514b8f6849c904146d5f4c2fcfff0105f8177e1 (diff) |
mantis: .
Diffstat (limited to 'programs/tmux.nix')
-rw-r--r-- | programs/tmux.nix | 1 |
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 |