From 69bb144de6088251e1891b1c319ec8000d859a06 Mon Sep 17 00:00:00 2001 From: Stefan Weigl-Bosker Date: Sat, 10 May 2025 13:07:04 -0400 Subject: update --- modules/tmux/default.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/tmux/default.nix') 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 -- cgit v1.2.3