mirror of
https://github.com/junegunn/vim-easy-align.git
synced 2025-11-17 06:13:41 -05:00
Make repeatable in visual mode
This commit is contained in:
@@ -83,6 +83,15 @@ try these commands:
|
||||
Notice that the commands are repeatable with `.` key if you have installed
|
||||
[repeat.vim](https://github.com/tpope/vim-repeat).
|
||||
|
||||
If you want to repeat the previous alignment for the selected range in visual
|
||||
mode, install [visualrepeat](https://github.com/vim-scripts/visualrepeat)
|
||||
(recommended) or add the following mapping to your .vimrc.
|
||||
|
||||
```vim
|
||||
" Repeat alignment in visual mode with . key
|
||||
vmap . <Plug>(EasyAlignRepeat)
|
||||
```
|
||||
|
||||
Usage
|
||||
-----
|
||||
|
||||
|
||||
Reference in New Issue
Block a user