Roald wrote: > Hi all, > > I think it would be convenient if I could use the readline bindings > for editing ex commands. Is there an option in vim to enable that? Or > a vim script?
Do you mean emacs-style bindings? In your vimrc: :cnoremap <C-A> <Home> :cnoremap <C-E> <End> :cnoremap <C-P> <Up> :cnoremap <C-N> <Down> etc. Gen-Paul. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
