Wednesday, August 11, 2021

vim terminal bracketed-paste from register ?

Hi,

Thank you all always for awesome vim.
If I have a mapping -

    tnoremap <S-Insert> <C-w>"*

It does not seem to use bracketed-paste ?
A 'p' in normal mode vim does use bracketed-paste.
And a <C-r>* in insert mode vim does use bracketed-paste.
Its just the same buffer but pasted in the terminal.
Is bracketed-paste possible with a "* in a vim terminal ?
My TERM inside the vim terminal is set to xterm-256color.
vim termcap shows:
 t_BE=^[[?2004h    
 t_BD=^[[?2004l    
 t_PS <PasteStart> ^[[200~  
 t_PE <PasteEnd>  ^[[201~  

thx,
-m

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/2156feb9-2b37-43be-b946-a808bf5145abn%40googlegroups.com.

No comments: