bill lam wrote:
> For the bash shell I use the vi key binding. Type "esc 0" will
> move to the beginning just the same as vim.

Same here - default CTRL-A is therefore just fine in my opinion.

> In fact programs (including bash) that use readline should use
> vi key binding by customizing the ~/.inputrc
>
># set editing mode to vi-like key binding
>set editing-mode vi
>set keymap vi
>set convert-meta on

Hmm. I also use bash with VI-like keybindings, but I configure it
differently, in ~/.bashrc:

set -o vi

Just for my education - can you tell some examples of the
programs (besides bash) which using readline library and allows
you to use VI-like keybindings with the above settings in
~/.inputrc ?

-- 
Anton

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

Reply via email to