From d8b3edf97a8b27b67352c7d9a079c9d3e381a4b4 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Sun, 30 Apr 2023 15:13:52 +0200 Subject: fixed remaps not working --- config/old/vim/vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/old') diff --git a/config/old/vim/vimrc b/config/old/vim/vimrc index 0dbf474..2a3ee03 100644 --- a/config/old/vim/vimrc +++ b/config/old/vim/vimrc @@ -157,8 +157,8 @@ vnoremap u '<,'>s/^[0-9]\\+\\. // " scripts nnoremap x !chmod +x % " replace -nnoremap sf [[:%s/\<\>//gI]] -nnoremap sl [[:s/\<\>//gI]] +nnoremap sf yiw:%s/\<"\>//gI +nnoremap sl yiw:s/\<"\>//gI " write nnoremap w write -- cgit v1.2.3