Thursday, August 12, 2021

Re: vim terminal bracketed-paste from register ?

Hi,

> A 'p' in normal mode vim does use bracketed-paste.
> And a <C-r>* in insert mode vim does use bracketed-paste.

I meant to say bracketed-paste is not applicable for these two cases, and that they work ok.

thx,
-m


On Thursday, August 12, 2021 at 12:49:06 AM UTC-4 mckel...@gmail.com wrote:
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/b7db1009-78d3-47bd-ae43-40dcd214de00n%40googlegroups.com.

No comments: