Bram, hi Thanks so much! That works great. If <C-w>w in a vim terminal will always get me E994 then do you see a reason to not add something like:
tnoremap <C-w>w <C-w>.w to my .vimrc ? thx for vim, -m On Monday, January 18, 2021 at 12:55:59 PM UTC-5 Bram Moolenaar wrote: > > > I just wanted to add, I am not trying to go back to main window - I am > > just wanting to send <C-w>w in app in terminal window for it to use > > internally. > > Try using CTRL-W . w > The dot means "this terminal". See ":help t_CTRL-W_." > > -- > The CIA drives around in cars with the "Intel inside" logo. > > /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ > /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ > \\\ an exciting new programming language -- http://www.Zimbu.org /// > \\\ help me help AIDS victims -- http://ICCF-Holland.org /// > -- -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/4974ce5c-a23e-4780-b01a-c28ee0973e76n%40googlegroups.com.
