Re: Setting termcap entries: avoid literal Esc?

2022-08-08 Thread Lifepillar
Thank you both! I hadn't thought about using execute. Life. -- -- 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

Re: Setting termcap entries: avoid literal Esc?

2022-08-08 Thread Bram Moolenaar
> In my vimrc I have entries such as these: > > set =^[f > set =^[h > > where ^[ is a literal Esc. Is it possible to perform such assignments > without using a literal Esc? For other entries I am able to use the > & form (say, _BE = "\033[?2004h"). I am asking specifically about >

Re: Setting termcap entries: avoid literal Esc?

2022-08-08 Thread M
пн, 8 авг. 2022 г. в 15:06, Lifepillar : > In my vimrc I have entries such as these: > > set =^[f > set =^[h > > where ^[ is a literal Esc. Is it possible to perform such assignments > without using a literal Esc? For other entries I am able to use the > & form (say, _BE = "\033[?2004h").

Setting termcap entries: avoid literal Esc?

2022-08-08 Thread Lifepillar
In my vimrc I have entries such as these: set =^[f set =^[h where ^[ is a literal Esc. Is it possible to perform such assignments without using a literal Esc? For other entries I am able to use the & form (say, _BE = "\033[?2004h"). I am asking specifically about entries like the above,