sponsor Vim development Vim logo Vim Book Ad

teol.vim : :TEOL <string> and :TSOL <string>; toggles string at end/start of line(s)

 script karma  Rating 0/0, Downloaded by 1139  Comments, bugs, improvements  Vim wiki

created by
Robert KellyIV
 
script type
utility
 
description
This is a vim remake of an old macro I had for Multi-Edit, handy it was though
not so necessary with VIM, given A and :s but this will not mess up your cursor
position, works on a range, etc. It has some use.

There are default/example mappings for both visual and normal modes:

For end of line toggling:

<leader>;    toggles ";" at end of line.
<leader>,    toggles "," at end of line.
<leader>:    toggles ":" at end of line.


For start of line: (start of line for this is first non white space char, like
^ as opposed to 0 )

<leader>s,    toggles ", " at start of line.
<leader>s:    toggles ": " at start of line.


NOTE that you can toggle strings not just chars; I.e. ":TSOL --", ":TEOL --"
and so on.
 
install details
Just drop in plugins folder, nothing more nothing less.
Optional: Edit file as desired for mappings; mappings could be placed elsewhere if wanted as they are in the style of: “nnoremap    <leader>;    :TEOL;<cr>”
 

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
teol.vim 0.2- 2005-04-28 6.0 Robert KellyIV Initial upload
ip used for rating: 3.141.202.187

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