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

Re: Mutt + Vim tricks (replace Nano)



On Tue, 30 Sep 2003 14:13:58 -0700, Bill Moseley <moseley@hank.org> penned:
> On Tue, Sep 30, 2003 at 02:58:53PM +0000, Monique Y. Herman wrote:
>> On Mon, 29 Sep 2003 22:51:35 -0700, Bill Moseley <moseley@hank.org> penned:
>> 
>> I just created the following last night.  ctrl-j aligns the paragraph to
>> 78 chars; ctrl-k makes it flow; use ':let my_tw=x' before ctrl-L
>> to align it to some arbitrary number.
>> 
>> " Ctrl-J/K formats the current paragraph
>> " gggqG would do the whole file
>> map <C-J> :let old_tw = &tw<CR>:set tw=78<CR>gqap:let &tw=old_tw<CR>
> 
> that seems to work, but only if in normal mode.  Is it possible to
> detect the current mode and if in INSERT then still work and return in
> INSERT mode?
> 

I'm afraid I don't know.  I've been using vim long enough that I hit
'escape' reflexively all the time ... including in web forms, which does
*not* have desirable results.

--
monique



Reply to: