sponsor Vim development Vim logo Vim Book Ad

ctrlax.vim : Enhancement over <C-A> and <C-X> (plugin)

 script karma  Rating 22/7, Downloaded by 890  Comments, bugs, improvements  Vim wiki

created by
Preben 'Peppe' Guldberg
 
script type
utility
 
description
The plugin implements an enhanced version of vim's incrementing features with
<C-A> and <C-X> using functions to find and replace strings according to any
inline scheme.

By default vim behaviour is emulated, plus it cycles through names of months
and week days (trying full name, then abbreviated).

The language for months and week days is English, but it is fairly straight
forward to localise this. An example of localisation is provided in the
documentation.

Extra functions meant to assist in writing new functions are included, too.
 
install details
$ cd ~/.vim
$ gzip -cd ../path/to/ctrlax-1.1.tgz | tar xvf -
$ vim -c 'helptags doc | help ctrlax.txt'
 

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
ctrlax-1.1.tgz 1.1 2003-07-23 6.0 Preben 'Peppe' Guldberg Changes:
- All bundled functions are now used by default rather
  than the script only mimicking vim.

Fixes:
- Missing number conversion that caused weird behaviour.
ctrlax.tgz 1.0 2003-02-13 6.0 Preben 'Peppe' Guldberg File had erroneously not been gzipped (tgz was hence a bad suffix)
ip used for rating: 18.221.53.5

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