mirror of
https://github.com/junegunn/vim-easy-align.git
synced 2025-11-14 21:03:48 -05:00
Update documentation
This commit is contained in:
@@ -65,9 +65,9 @@ nmap <Leader>a <Plug>(EasyAlign)
|
|||||||
And with the following lines of text,
|
And with the following lines of text,
|
||||||
|
|
||||||
```
|
```
|
||||||
apple = red
|
apple =red
|
||||||
grass=green
|
grass+=green
|
||||||
sky=blue
|
sky-= blue
|
||||||
```
|
```
|
||||||
|
|
||||||
try these commands:
|
try these commands:
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
easy-align.txt vim-easy-align Last change: December 8 2013
|
easy-align.txt vim-easy-align Last change: December 11 2013
|
||||||
|
|
||||||
VIM-EASY-ALIGN - TABLE OF CONTENTS *easyalign* *easy-align* *easy-align-toc*
|
VIM-EASY-ALIGN - TABLE OF CONTENTS *easyalign* *easy-align* *easy-align-toc*
|
||||||
==============================================================================
|
==============================================================================
|
||||||
@@ -124,9 +124,9 @@ Add the following mappings to your .vimrc.
|
|||||||
<
|
<
|
||||||
And with the following lines of text,
|
And with the following lines of text,
|
||||||
>
|
>
|
||||||
apple = red
|
apple =red
|
||||||
grass=green
|
grass+=green
|
||||||
sky=blue
|
sky-= blue
|
||||||
<
|
<
|
||||||
try these commands:
|
try these commands:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user