Fix copy/paste on macs
This commit is contained in:
parent
60061a8119
commit
e707aabea2
1 changed files with 5 additions and 0 deletions
|
|
@ -12,6 +12,11 @@ setw -g xterm-keys on
|
|||
setw -g mode-keys vi
|
||||
set -g status-keys vi
|
||||
|
||||
# Fix copy/pasting
|
||||
set -g default-shell $SHELL
|
||||
set -g default-command "reattach-to-user-namespace -l zsh || zsh"
|
||||
bind y run "tmux save-buffer - | reattach-to-user-namespace pbcopy"
|
||||
|
||||
# mouse settings
|
||||
#set -g mouse-select-pane on
|
||||
#set -g mouse-select-window on
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue