diff options
| author | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-05-10 13:07:04 -0400 |
|---|---|---|
| committer | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-05-10 13:07:04 -0400 |
| commit | 69bb144de6088251e1891b1c319ec8000d859a06 (patch) | |
| tree | 7402c97a39dda68a2b0d19a2298dbd5630674bb4 /modules/tmux/default.nix | |
| parent | 57765e4f8527852461cb9aceab893ec64b542427 (diff) | |
| download | home-69bb144de6088251e1891b1c319ec8000d859a06.tar.gz | |
update
Diffstat (limited to 'modules/tmux/default.nix')
| -rw-r--r-- | modules/tmux/default.nix | 3 |
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 |