>>> Anyone know the trick to get vim [[ and ]] keys (move to previous/next >>> function) to work with FLTK style function definitions?
>> alias nedit=vi
>> SCNR ;-)
Ha ha ha... No. ;)
A pseudo-correct answer is:
map [[ ?{<CR>w99[{
map ]] j0[[%/{<CR>
That works, but the trouble is it clobbers any 'search'
you have pending.
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

