mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[nvim] change EasyAlign binding to <leader>ga
This commit is contained in:
parent
13b6ba6bd4
commit
cc7ab02507
1 changed files with 2 additions and 2 deletions
|
@ -154,6 +154,6 @@ set foldmethod=marker
|
|||
let g:pencil#conceallevel = 0
|
||||
let g:pencil#cursorwrap = 0
|
||||
|
||||
xmap ga <Plug>(LiveEasyAlign)
|
||||
nmap ga <Plug>(LiveEasyAlign)
|
||||
xmap <leader>ga <Plug>(LiveEasyAlign)
|
||||
nmap <leader>ga <Plug>(LiveEasyAlign)
|
||||
" }}}
|
||||
|
|
Loading…
Reference in a new issue