diff --git a/lua/custom/vimrc b/lua/custom/vimrc index 2e86e6c..f094c85 100644 --- a/lua/custom/vimrc +++ b/lua/custom/vimrc @@ -44,7 +44,7 @@ nnoremap ,b :buffers nnoremap y "+yy vnoremap y "+y -:nnoremap s :%s/\<\>/ +":nnoremap s :%s/\<\>/ " xnoremap ("p", "\"_dP") " autocmd FileType yaml setlocal ts=2 sts=2 sw=2 expandtab