chore(tmux): fix copy mode and change theme
This commit is contained in:
parent
c388f2843a
commit
a9efc146f7
2 changed files with 6 additions and 4 deletions
|
@ -4,5 +4,7 @@
|
|||
bind -T copy-mode-vi v send -X begin-selection
|
||||
bind -T copy-mode-vi y send-keys -X copy-pipe-and-cancel "pbcopy"
|
||||
bind P paste-buffer
|
||||
bind -T copy-mode-vi MouseDragEnd1Pane send-keys -X copy-pipe-and-cancel "pbcopy"
|
||||
|
||||
# Copy mode mouse
|
||||
unbind-key -T copy-mode-vi MouseDragEnd1Pane
|
||||
bind-key -T copy-mode-vi MouseDown1Pane select-pane\; send-keys -X clear-selection
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue