Fix tmux copying, remove old plugins, cleanup
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
set-option -g default-shell /bin/zsh
|
||||
bind -Tcopy-mode-vi y send -X copy-pipe "pbcopy" \; display-message "copied to system clipboard"
|
||||
bind C-p run "tmux set-buffer \"$pbpaste\"; tmux paste-buffer"
|
||||
bind C-y run "tmux save-buffer - | pbcopy"
|
||||
#bind -Tcopy-mode-vi y send -X copy-pipe "pbcopy" \; display-message "copied to system clipboard"
|
||||
#bind C-p run "tmux set-buffer \"$pbpaste\"; tmux paste-buffer"
|
||||
#bind C-y run "tmux save-buffer - | pbcopy"
|
||||
|
||||
Reference in New Issue
Block a user