mirror of
https://github.com/junegunn/vim-easy-align.git
synced 2025-11-10 02:43:49 -05:00
Update README
- Changed maps to LiveEasyAlign
This commit is contained in:
@@ -254,7 +254,7 @@ follows in addition to the ones for `:EasyAlign` command.
|
|||||||
|
|
||||||
```vim
|
```vim
|
||||||
vmap <Leader><Enter> <Plug>(LiveEasyAlign)
|
vmap <Leader><Enter> <Plug>(LiveEasyAlign)
|
||||||
nmap <Leader>A <Plug>(LiveEasyAlign)
|
nmap <Leader><Leader>a <Plug>(LiveEasyAlign)
|
||||||
```
|
```
|
||||||
|
|
||||||
In live interactive mode, you have to type in the same delimiter (or `CTRL-X` on
|
In live interactive mode, you have to type in the same delimiter (or `CTRL-X` on
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
easy-align.txt vim-easy-align Last change: December 11 2013
|
easy-align.txt vim-easy-align Last change: December 22 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*
|
||||||
==============================================================================
|
==============================================================================
|
||||||
@@ -340,7 +340,7 @@ follows in addition to the ones for `:EasyAlign` command.
|
|||||||
*<Plug>(LiveEasyAlign)*
|
*<Plug>(LiveEasyAlign)*
|
||||||
>
|
>
|
||||||
vmap <Leader><Enter> <Plug>(LiveEasyAlign)
|
vmap <Leader><Enter> <Plug>(LiveEasyAlign)
|
||||||
nmap <Leader>A <Plug>(LiveEasyAlign)
|
nmap <Leader><Leader>a <Plug>(LiveEasyAlign)
|
||||||
<
|
<
|
||||||
In live interactive mode, you have to type in the same delimiter (or CTRL-X on
|
In live interactive mode, you have to type in the same delimiter (or CTRL-X on
|
||||||
regular expression) again to finalize the alignment. This allows you to preview
|
regular expression) again to finalize the alignment. This allows you to preview
|
||||||
|
|||||||
Reference in New Issue
Block a user