tmux: Set clipboard for enabling OSC52
This commit is contained in:
parent
029eebb85b
commit
ad4413ba3b
1 changed files with 4 additions and 0 deletions
|
@ -35,6 +35,10 @@ set-option -g allow-rename off
|
|||
set -g mouse on
|
||||
set -g focus-events on
|
||||
|
||||
# For clipboard
|
||||
set -g allow-passthrough on
|
||||
set -g set-clipboard on
|
||||
|
||||
# Smart pane switching with awareness of Vim splits.
|
||||
# See: https://github.com/christoomey/vim-tmux-navigator
|
||||
is_vim="ps -o state= -o comm= -t '#{pane_tty}' \
|
||||
|
|
Loading…
Reference in a new issue