On 14 Apr 2013 14:10, <[email protected]> wrote: > > Hi, > > I have two questions: > > How can one move the cursor in vim (not gvim) from any point in the text > to the last/first currently displayed line without scrolling the > displayed text.
Hi mcc, In normal mode H moves the cursor to the top. L to the bottom. M to the middle. Nico > > and > > I tried things > like > : h move > : h moving > : h move cursor > : h move-cursor > : h cursor-movements > > and such with no success.... > So: How should I search such a problem in the online help? > > Thank you very much in advance for any help. > > Best regards, > mcc > > > > -- > -- > 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]. > For more options, visit https://groups.google.com/groups/opt_out. > > -- -- 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]. For more options, visit https://groups.google.com/groups/opt_out.
