mirror of
https://github.com/junegunn/vim-easy-align.git
synced 2025-11-10 19:03:50 -05:00
Update README
- Add <silent> to opfunc mapping
This commit is contained in:
@@ -298,7 +298,7 @@ can be used with a Vim movement.
|
||||
function! s:easy_align_op(type, ...)
|
||||
'[,']EasyAlign
|
||||
endfunction
|
||||
nnoremap <Leader>a :set opfunc=<SID>easy_align_op<Enter>g@
|
||||
nnoremap <silent> <Leader>a :set opfunc=<SID>easy_align_op<Enter>g@
|
||||
```
|
||||
|
||||
Now without going into visual mode, you can align the lines in the paragraph by
|
||||
|
||||
Reference in New Issue
Block a user