Is there any way to customize vi editor keys in solaris unix?
feedback
|
migrated from stackoverflow.com Apr 1 '10 at 10:44
This question came from our site for professional and enthusiast programmers.
|
Solaris uses You can map editor keys with the map command ( | ||||
|
feedback
|
|
You can remap keys using http://vimdoc.sourceforge.net/htmldoc/map.html place these commands in you .vimrc or /etc/vim/vimrc to take effect everytime you use vim. (I hope this applies to solaris as well) | |||||
feedback
|