Edit a temporary copy of the current file Edit History Talk0 1,599pages on this wiki Revision as of 05:36, July 13, 2012 by JohnBot (Talk | contribs) (diff) ← Older revision | Latest revision (diff) | Newer revision → (diff) Please review this tip: This tip was imported from vim.org and needs general review. You might clean up comments or merge similar tips. Add suitable categories so people can find the tip. Please avoid the discussion page (use the Comments section below for notes). If the tip contains good advice for current Vim, remove the {{review}} line. Tip 567 Printable Monobook Previous Next created 2003 · complexity basic · author mosh · version 6.0 Edit a copy of the current file as $TMP/file-$DATE by pressing zs using the following mapping. :map zs :exe "sav $TMP/" . expand("%:t") . strftime("-%Y-%m-%d_%H%M%S")<CR> CommentsEdit Read more This tip shows how to enhance the gdbvim script#84 by making the outputs from gdb appear in a... Adding a console to gdbvim Some commands do not accept ranges, but you want to execute them for every line in the range... Apply range to any command that does not accept ranges Vim's abbreviation feature also doubles as an on-the-fly spell checker. Simply create... Auto spelling correction using abbreviations Categories: Review VimTip