xml

Full help :h xml-plugin


   <a(I)>
		<b>foo</b>
	</a>

to

   <a>
		<new>
    		<b>foo</b>
		</new>
	</a>
	

to

  
   <new>
		<a>
    		<b>foo</b>
		</a>
	</new>
	

autoClose 2009

Full help :h autoclose.txt

DrawIt

Full help :h drawit

In Visual Mode:

fencView

:FencView -> open encoding list window

surround

Full help :h surround

  
  Old text                  Command     New text ~
  "Hello *world!"           ds"         Hello world!
  [123+4*56]/2              cs])        (123+456)/2
  "Look ma, I'm *HTML!"     cs"<q>      <q>Look ma, I'm HTML!</q>
  if *x>3 {                 ysW(        if ( x>3 ) {
  Hello w*orld!             ysiw)       Hello (world)!  (you surround)
  Hello w*orld!             yssB        {Hello world!}  yss=do it on current line
  my $str = *whee!;         vlllls'     my $str = 'whee!';

  ys = you surround
  yss do surrounding on the current line

  There is also *yS* and *ySS* which indent the surrounded text and place it on a line of its own.

easyMotion

Full help :h easymotion

ack.vim

Full help :h ack

YankRing

Plugin Removed

Full help :h yankring

NERD_Tree

Full help :h NERDTree

NERD_Commenter

Full help :h NERDCommenter

vimwiki

Full help :h vimwiki

General

Diary

Todo List


  1. vim: set fen=off

<<Back