Add clipboard support for remote development.
This commit is contained in:
parent
15986052dd
commit
8bc4edfc75
1 changed files with 4 additions and 0 deletions
|
@ -3,6 +3,10 @@ unbind C-b
|
|||
set-option -g prefix C-a
|
||||
bind-key C-a send-prefix
|
||||
|
||||
# Enable OSC 52 clipboard forwarding
|
||||
set -g set-clipboard on
|
||||
set -ag terminal-overrides ',*:Ms=\E]52;c;%p2%s\7'
|
||||
|
||||
# Suggestions from nvim:
|
||||
set-option -sg escape-time 10
|
||||
set-option -g focus-event on
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue