diff --git a/native_configs/tmux/tmux.conf b/native_configs/tmux/tmux.conf index d494893..0af00fb 100644 --- a/native_configs/tmux/tmux.conf +++ b/native_configs/tmux/tmux.conf @@ -21,6 +21,11 @@ set-option -g renumber-windows on # set -g status-left " " # Keybinds +# Enter copy mode with 'v' in vi mode +bind-key -Tcopy-mode-vi v send-keys -X begin-selection + +# Copy selection with 'y' in vi mode +bind-key -Tcopy-mode-vi y send-keys -X copy-selection-and-cancel set-window-option -g mode-keys vi # # Log