Skip to content

Commit

Permalink
Add back tmux y to yank
Browse files Browse the repository at this point in the history
  • Loading branch information
NonlinearFruit committed Jan 1, 2025
1 parent 0ea63dc commit ea63f13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ set -s set-clipboard on
set -wg mode-keys vi
bind-key -T copy-mode-vi v send-keys -X begin-selection
bind-key -T copy-mode-vi V send-keys -X select-line
bind-key -T copy-mode-vi y send-keys -X copy-selection-and-cancel

## Splits
bind-key v split-window -h -c "#{pane_current_path}"
Expand Down

0 comments on commit ea63f13

Please sign in to comment.