FS#17734 - [vi] arrow keys not working in insert mode
Attached to Project:
Arch Linux
Opened by Dale Blount (dale) - Thursday, 07 January 2010, 13:56 GMT
Last edited by Paul Mattal (paul) - Saturday, 06 March 2010, 14:30 GMT
Opened by Dale Blount (dale) - Thursday, 07 January 2010, 13:56 GMT
Last edited by Paul Mattal (paul) - Saturday, 06 March 2010, 14:30 GMT
|
Details
Description:
Arrow keys print A B C or D instead of moving cursor in insert mode. Additional info: vi 050325-1 the old vi 7.1 used to handle this fine. It's a little bit annoying since Arch defaults to using this broken vi for crontab editing. |
This task depends upon
Closed by Paul Mattal (paul)
Saturday, 06 March 2010, 14:30 GMT
Reason for closing: Won't fix
Additional comments about closing: Maintainer confirmed this is the intended behavior.
Saturday, 06 March 2010, 14:30 GMT
Reason for closing: Won't fix
Additional comments about closing: Maintainer confirmed this is the intended behavior.
$ export VISUAL=vim
$ crontab -e
(man crontab)
also, IIRC $VISUAL is meant to denote graphical editors, whereas $EDITOR is meant for console ones, but I can't find much info about that.
setting EDITOR and VISUAL during installation seems like a good idea (except when VISUAL is for editors requiring X), I suggest you file a feature request for that.