sponsor Vim development Vim logo Vim Book Ad

undoins.vim : Undeleted the immediate previous <C-W> or <C-U> action.

 script karma  Rating 3/3, Downloaded by 2154  Comments, bugs, improvements  Vim wiki

created by
Hari Krishna Dara
 
script type
utility
 
description
- Vim provides a number or ways to recover some text that you have deleted
  (multiple undos, numbered registers, unnamed register etc.), however,
  there is no way to recover a line or word that you killed either
  accidentally (e.g., pressing <C-W> one extra time) or deliberately if you
  are already in insert mode.
- This little script tries to compensate for this missing functionality for
  the most commonly used two commands, <C-W> and <C-U> such that the text
  that is going to be killed is first backed up in an internal script
  variable before letting Vim continue to do what you asked it to do.
- The script also provides a mapping (by default <C-X><C-U> which you can
  customize by using the <Plug>UndoInInsModeUndoKey mapping) that you can
  execute to put back the text at the current cursor position. A <C-X><C-U>
  immediately followed by a <C-U> or <C-W> is effectively works like an undo
  of the previous action.
- The script is only going to "estimate" what is going to be deleted by ^W,
  but for certain filetypes it may not exactly match the word that Vim is
  going to delete, in which case the undo might undo too much or too little.


This is essentially a 6.0 version of my previous undoInInsertMode.vim script,
  except that the script works much better now for ^W, thanks to Luc Hermitte
  (hermitte at laas dot fr) for helping me get this done.


Search_key_words: undo insert mode undoins undoins.vim Hari Krishna Dara
 
install details
Source it from .vimrc or drop it in the plugin directory.
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
undoins.vim 1.1 2004-02-24 6.0 Hari Krishna Dara Now the script keeps track of the column where the editing started (through the '^ marker) to undo more precisely.
undoins.vim 1.0 2001-11-16 6.0 Hari Krishna Dara Initial upload
ip used for rating: 3.131.110.169

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github