From 0af71243a34fd6aa2f4823aa37aeada9343a180a Mon Sep 17 00:00:00 2001 From: mace Date: Wed, 20 May 2026 21:22:55 +0200 Subject: [PATCH] remove old leader s from vimrc --- lua/custom/vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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