change code autoformatting shortcut
This commit is contained in:
parent
eff9c446c4
commit
012c0e90df
1 changed files with 2 additions and 2 deletions
4
init.vim
4
init.vim
|
@ -99,8 +99,8 @@ set signcolumn=yes
|
|||
nmap <leader>rn <Plug>(coc-rename)
|
||||
|
||||
" Formatting selected code.
|
||||
xmap <leader>f <Plug>(coc-format-selected)
|
||||
nmap <leader>f <Plug>(coc-format-selected)
|
||||
xmap <leader>ft <Plug>(coc-format-selected)
|
||||
nmap <leader>ft <Plug>(coc-format-selected)
|
||||
|
||||
" GoTo code navigation.
|
||||
nmap <silent> gd <Plug>(coc-definition)
|
||||
|
|
Loading…
Reference in a new issue