On So, 30 Jul 2017, Bram Moolenaar wrote:
>
> Christian Brabandt wrote:
>
> > On Sa, 29 Jul 2017, Bram Moolenaar wrote:
> >
> > > Is there a way to see this without the plugin?
> >
> > See Zyx reply.
> >
> > > > Oh and CTRL-W CTRL-L does not seem to clear the messages. Or is this
> > > > supposed to work differently?
> > >
> > > CTRL-W CTRL-L moves the focus to the window on the right.
> > > Perhaps you want to use CTRL-W :redraw ?
> >
> > I thought, after CTRL-W in the terminal window I am in normal mode, so
> > any normal mode command would apply. So that is not actually true, we
> > are in CTRL-W mode and only those maps apply? So can we somehow enter
> > normal mode, so that any normal mode command works (scrolling, yanking,
> > etc)? Or is this not yet implemented, but will eventually?
> >
> > In any case, the documentation for 'termkey' would need a clarification
> > here, I believe.
>
> Executing one Normal mode command does not appear to be useful. Not
Well, it started because I wanted the message :term to go away so I just
wanted <C-L> for redrawing the all windows.
> I'll make it possible to enter Normal mode, and a way out, let's see how
> well that works.
Thanks, will check it out.
BTW: Can you please commit this tiny patch to the runtime files?
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt
index 9d26f361f..870940246 100644
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -8691,6 +8691,7 @@ tag_any_white Compiled with support for any
white characters in tags
files |tag-any-white|.
tcl Compiled with Tcl interface.
termguicolors Compiled with true color in terminal support.
+terminal Compiled with |terminal| support.
terminfo Compiled with terminfo instead of termcap.
termresponse Compiled with support for |t_RV| and |v:termresponse|.
textobjects Compiled with support for |text-objects|.
Best,
Christian
--
--
You received this message from the "vim_dev" 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_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.