On Sun, Jun 30, 2002 at 09:45:43AM -0600, [EMAIL PROTECTED] assembled some
asciibets to write:
: Else somebody please tell me how to re-define (F2) function key and/or
: Ctrl-S in vim, so these pepople can also habitually use these key to save
: the documents, manually. Atleast no learning curve for M$ people.
You could seriously consider emacs. Modal editing is not very
intuitive to most people. And as for setting these bindings,
these lines in your .emacs file should take care of it.
(global-set-key [(f2)] 'save-buffer)
(global-set-key "\C-s" 'save-buffer)
--
~noufal
The heart is not a logical organ.
-- Dr. Janet Wallace, stardate 3479.4
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help