mirror of
https://github.com/tedkulp/dotfiles
synced 2026-03-05 13:40:18 -05:00
Fix copy in tmux
This commit is contained in:
@@ -1 +1 @@
|
||||
ruby-2.3
|
||||
2.3
|
||||
|
||||
@@ -77,13 +77,13 @@ bind-key s command-prompt -p "send pane to:" "join-pane -t '%%'"
|
||||
bind-key C-b break-pane -t :
|
||||
|
||||
# Copy/paste like vim -- Updated for 2.4
|
||||
bind-key -Tcopy-mode-vi v send -X begin-selection
|
||||
bind-key -Tcopy-mode-vi y send -X copy-pipe-and-cancel "reattach-to-user-namespace pbcopy"
|
||||
bind-key -Tcopy-mode-vi Escape send -X cancel
|
||||
bind-key -Tcopy-mode-vi V send -X rectangle-toggle
|
||||
bind-key -T copy-mode-vi v send-keys -X begin-selection
|
||||
bind-key -T copy-mode-vi y send-keys -X copy-pipe-and-cancel "reattach-to-user-namespace pbcopy"
|
||||
bind-key -T copy-mode-vi Escape send-keys -X cancel
|
||||
bind-key -T copy-mode-vi V send-keys -X rectangle-toggle
|
||||
|
||||
unbind -Tcopy-mode-vi Enter
|
||||
bind-key -Tcopy-mode-vi Enter send -X copy-pipe-and-cancel "reattach-to-user-namespace pbcopy"
|
||||
unbind -T copy-mode-vi Enter
|
||||
bind-key -T copy-mode-vi Enter send-keys -X copy-pipe-and-cancel "reattach-to-user-namespace pbcopy"
|
||||
|
||||
#### COLOUR
|
||||
|
||||
|
||||
Reference in New Issue
Block a user