diff --git a/.vim/vimrc b/.vim/vimrc index c8f32fe..e985cd5 100644 --- a/.vim/vimrc +++ b/.vim/vimrc @@ -238,7 +238,8 @@ set pastetoggle= " leader Command to remove white space from a file ""nnoremap W :%s/\s\+$//:let @/='' -tnoremap +" This causes issues with FZF +"tnoremap nnoremap S :%s//g xnoremap S :s//g