We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4910399 commit 8c7dc66Copy full SHA for 8c7dc66
1 file changed
lua/modules/configs/tool/smartyank.lua
@@ -15,8 +15,7 @@ return function()
15
},
16
osc52 = {
17
enabled = true,
18
- escseq = "tmux", -- use tmux escape sequence, only enable if you're using remote tmux and have issues (see #4)
19
- ssh_only = true, -- false to OSC52 yank also in local sessions
+ ssh_only = true, -- false to OSC52 yank also in local sessions 需要设置SSH_CONNECTION
20
silent = false, -- true to disable the "n chars copied" echo
21
echo_hl = "Directory", -- highlight group of the OSC52 echo message
22
0 commit comments