diff --git a/vim/.vimrc b/vim/.vimrc index 4bd0844..eda24a0 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -159,8 +159,8 @@ Plug 'neoclide/coc.nvim', {'branch': 'release'} endfunction " Formatting selected code. - xmap f (coc-format-selected) - nmap f (coc-format-selected) + xmap cf (coc-format-selected) + nmap cf (coc-format-selected) Plug 'itchyny/lightline.vim' if filereadable(expand("~/.vim/lightline.vim"))