From 0a81f4878b1083ad089f8523c931ce9b90ec674e Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Fri, 7 May 2021 13:40:30 +0200 Subject: [PATCH] leader f conflicts with files --- vim/.vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"))