Fix copy-paste in tmux
This commit is contained in:
parent
b498fd2ba0
commit
cd21dba137
3 changed files with 10 additions and 10 deletions
|
@ -15,12 +15,10 @@ in
|
|||
set -g automatic-rename on
|
||||
set -g mode-keys vi
|
||||
set -g mouse on
|
||||
set -g set-clipboard on
|
||||
set -g set-clipboard external
|
||||
set -g set-titles on
|
||||
set -g status on
|
||||
set-window-option -g mode-keys vi
|
||||
bind-key -Tcopy-mode v send -X begin-selection
|
||||
bind-key -Tcopy-mode y send -X copy-selection
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue