Re: using vim in stead of vi



On Fri, 2003-09-26 at 00:43, Pavel Roskin wrote:

See comment in the beginning of that file:

#    Open (if the user presses Enter or doubleclicks it),
#
#    View (F3), Edit (F4)

You don't even need to enable external editor - it only affects files for
which the editor is defined.  So, if you put something like this:

shell/.java
        Open=emacs %f
        View=less %f
        Edit=vim %f

F4 will run vim, F3 will run less and Enter will run emacs.

Ok, thanks for enlightening me. This is what I needed to know.

Guus.
-- 
A.J. Bonnema <abonnema xs4all nl>




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]