On 26/10/08 09:15, ShayAllen wrote:
>
> I use Vim principly for coding interpreted languages. I usually don't use the
> Vim terminal because I like to examine my code as the program is running.
> Thought I might use a second instance of vim (as a terminal) if I can find a
> way to cycle through the command history without using the arrow keys - I
> can't reach them easily on my laptop.
>
> Is there a way? Perhaps something that works like link selection in
> Vimperator (press f and a number appears by each link).
>
> -Shay
You can remap them:
:cnoremap µ <Up>
:cnoremap £ <Down>
Use anything that suits you instead of µ and £, of course. You may
prefer F keys (if easily reachable on your laptop) or non-ASCII keys (if
you have any), because most ASCII keys and Ctrl keys are already
assigned standard functions in Vim. As for Alt keys, they often collide
with upper-ASCII keys (e.g. Alt-a with a-acute as mentioned recently) so
I generally avoid them.
Best regards,
Tony.
--
For your penance, say five Hail Marys and one loud BLAH!
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---