Hi,
[email protected] wrote: > > probably I do not express myself correctly in the subject, and as you > might see, it's almost impossible to find something reasonable in the > internet with these keywords ... ;-) > > When I type in comands like ":help something" or ":mak long_filename": > Can I somehow switch to vim's command mode even here, for example to > move the cursor with h, j, k, l or to insert somthing from the buffer > with p etc.? when you are already in the command-line you can switch to the command-line window with the key specified in the 'cedit' option. By default this is Cltr-F. Or you can go to the command-line window directly with "q:". The command-line window behaves like a normal window on a buffer, except with pressing Enter in normal mode executes the current line. See also :help cmdline-window. Regards, Jürgen -- Sometimes I think the surest sign that intelligent life exists elsewhere in the universe is that none of it has tried to contact us. (Calvin) --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
