Thursday, December 6, 2018

Re: :wn to :x like map/abbrev ?

Maybe you can define a function:

function NextOrQuit()
    write
    if argidx() + 1 == argc()
        exit  # same as :x
    else
        wnext
    endif
endfunction

then invoke it from a mapping or command of your choice, say :X or \x or ,x

Not so flexible with the exclamation marks and ++options that :[w]next / :[w]quit / :x seem to all support, but it may be good enough for simple cases

John Passaro
(917) 678-8293


On Thu, Dec 6, 2018 at 4:02 PM M Kelly <mckelly2833@gmail.com> wrote:
Hi,

When editting many files I can just do :wn to save and go to next, but
just curious, does anyone know of a mapping/abbrev so that :x acts like
:x for one file (and the last file), but acts like :wn for the files in
between ?  Or really just saves curent and loads next w/o a prompt ?

thx always for vim,
-m

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments: