aboutsummaryrefslogtreecommitdiff
path: root/programs/tmux.nix
diff options
context:
space:
mode:
authorAkshay <[email protected]>2024-01-25 15:31:07 +0000
committerAkshay <[email protected]>2024-01-25 15:31:07 +0000
commitb835187f6aa345853408b5b92c32294c46b7aba0 (patch)
tree2dc005775a59937fcd9fe85be473e4d0c9ba6f43 /programs/tmux.nix
parent95e363e81ee2f221ad5f72934cf1607c3e75bd35 (diff)
syncthing
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