Files
dotfiles/tmux/.mac_config
Fabian Ising 1a47a9f316 Add neovim
2018-07-29 16:26:51 +02:00

5 lines
240 B
Plaintext

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"