Fix tmux copying, remove old plugins, cleanup

This commit is contained in:
Fabian Ising
2022-07-06 11:41:04 +02:00
parent ce7869b2f0
commit cd1f0ada29
4 changed files with 14 additions and 12 deletions

View File

@@ -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"