aboutsummaryrefslogtreecommitdiff
path: root/modules/tmux
diff options
context:
space:
mode:
authorStefan Weigl-Bosker <stefan@s00.xyz>2025-05-10 13:07:04 -0400
committerStefan Weigl-Bosker <stefan@s00.xyz>2025-05-10 13:07:04 -0400
commit69bb144de6088251e1891b1c319ec8000d859a06 (patch)
tree7402c97a39dda68a2b0d19a2298dbd5630674bb4 /modules/tmux
parent57765e4f8527852461cb9aceab893ec64b542427 (diff)
downloadhome-69bb144de6088251e1891b1c319ec8000d859a06.tar.gz
update
Diffstat (limited to 'modules/tmux')
-rw-r--r--modules/tmux/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/tmux/default.nix b/modules/tmux/default.nix
index 4fab8e3..9ab9ab3 100644
--- a/modules/tmux/default.nix
+++ b/modules/tmux/default.nix
@@ -99,6 +99,9 @@ in
bind -T copy-mode-vi E send-keys -X scroll-up
bind -T copy-mode-vi I send-keys -X bottom-line
+ bind -T copy-mode-vi v send-keys -X begin-selection
+ bind -T copy-mode-vi y send-keys -X copy-pipe-and-cancel
+
bind -r M resize-pane -L 10
bind -r N resize-pane -D 10
bind -r E resize-pane -U 10