Update README

This commit is contained in:
Junegunn Choi
2013-10-10 12:55:00 +09:00
parent cdc648f5a4
commit ab4b72addf

View File

@@ -636,7 +636,7 @@ endfunction
nnoremap <Leader>: :set opfunc=<SID>easy_align_1st_colon<Enter>g@ nnoremap <Leader>: :set opfunc=<SID>easy_align_1st_colon<Enter>g@
``` ```
Now without going into Visual mode, you can align text in the paragraph Now without going into visual mode, you can align the lines in the paragraph
by `<Leader>=ip` or `<Leader>:ip`. by `<Leader>=ip` or `<Leader>:ip`.
Advanced examples and use cases Advanced examples and use cases