diff options
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 |