Hi,
If I use vifm in a vim terminal window and I use <C-w>w to switch to preview window to scroll the file preview I get this - E994: Not allowed in a popup window Does anyone know if there is any way to get this to work ? 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 [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/59d90875-82cc-4849-a66b-1f1ce6ab1c87n%40googlegroups.com. |
Hi,
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. thx, -m On Monday, January 18, 2021 at 10:03:46 AM UTC-5 [hidden email] wrote: Hi, -- 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 [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/07ca86e6-08ca-49ea-9184-43765eff86ebn%40googlegroups.com. |
> 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 -- [hidden email] -- 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 [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/202101181755.10IHtkV8962354%40masaka.moolenaar.net. |
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:
-- 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 [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/4974ce5c-a23e-4780-b01a-c28ee0973e76n%40googlegroups.com. |
Hi again,
Specifically for vifm, I just discovered <S-Tab> works to switch to/from preview window. take care, -m On Monday, January 18, 2021 at 1:08:46 PM UTC-5 [hidden email] wrote: Bram, hi -- 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 [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/0a24f51f-6e86-4f52-9815-7517d80f39e2n%40googlegroups.com. |
Free forum by Nabble | Edit this page |