diff --git a/tmux/tmux.conf b/tmux/tmux.conf index f648ce0..38683b0 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -7,6 +7,9 @@ bind j select-pane -D bind k select-pane -U bind l select-pane -R +bind-key -T copy-mode-vi v send-keys -X begin-selection +bind-key -T copy-mode-vi y send-keys -X copy-selection + # toggle tmux theme bind T run-shell ~/.local/bin/tmux-toggle.sh