From b6697bce14b65eb9b828b91ad3e604030904d16c Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Sun, 23 Apr 2023 16:28:39 +0200 Subject: removed autmoatic closing pairs --- config/old/vim/.vimrc | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'config/old/vim') diff --git a/config/old/vim/.vimrc b/config/old/vim/.vimrc index 85a9021..55ad372 100644 --- a/config/old/vim/.vimrc +++ b/config/old/vim/.vimrc @@ -113,14 +113,6 @@ noremap l noremap o nnoremap :call ToggleHiddenAll() -" Closing brackets and quotes -inoremap " "" -inoremap ' '' -inoremap ` `` -inoremap ( () -inoremap [ [] -inoremap { {} - " goto buffer nnoremap gb :buffers:buffer @@ -135,11 +127,6 @@ inoremap I inoremap A inoremap D -inoremap ( ()O -inoremap (; ();O -inoremap { {}O -inoremap {; {};O - " buffers nnoremap gb buffers:buffer nnoremap q q! -- cgit v1.2.3