> 
> 
> 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

I was looking at help:history and then eventually help:emacs-keys <C-P> works,
but depending on where your Control key is I don't know if that is easier than
the arrows or not. It's funny because I instantly thought of a `set -o vi'
type of thing but that would present all types of problems within Vim. So you
can use emacs keybindings on the commandline in Vim, and vi keybindings on the
command line in your terminal. Your fingers won't know what's what! ;)

-Joe

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to