10 years ago
By default you need to use the arrow keys to edit something en the command line. :(
cnoremap <c-f> <right> cnoremap <c-b> <left> cnoremap <c-e> <end> cnoremap <c-a> <home> cnoremap <c-d> <del>
Lucas Godoy 10 years ago
Didn't know that. Great!
Johan BLEUZEN 10 years ago
Snippet remaps doesn't work for me, but but really what I was looking for... :/
Ferran Pelayo Monfort 10 years ago
you can also press <C-f> while in the command line to edit with vim motions. (Or press q: while in normal mode).