summaryrefslogtreecommitdiff
path: root/config/old
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2023-04-23 16:28:39 +0200
committerRaymaekers Luca <raymaekers.luca@gmail.com>2023-04-23 16:28:39 +0200
commitb6697bce14b65eb9b828b91ad3e604030904d16c (patch)
treead4284e1b1abc0f3ad1716bdfaa6485b6486d6e9 /config/old
parent9c6b9c63606aeace7bd71f34469e6d2b90356efa (diff)
removed autmoatic closing pairs
Diffstat (limited to 'config/old')
-rw-r--r--config/old/vim/.vimrc13
1 files changed, 0 insertions, 13 deletions
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 <A-l> <C-W>l
noremap <A-o> <C-W>o
nnoremap <C-H> :call ToggleHiddenAll()<CR>
-" Closing brackets and quotes
-inoremap " ""<left>
-inoremap ' ''<left>
-inoremap ` ``<left>
-inoremap ( ()<left>
-inoremap [ []<left>
-inoremap { {}<left>
-
" goto buffer
nnoremap gb :buffers<CR>:buffer<Space>
@@ -135,11 +127,6 @@ inoremap <C-a> <C-o>I
inoremap <C-e> <C-o>A
inoremap <C-k> <C-o>D
-inoremap (<cr> (<cr>)<C-o>O
-inoremap (;<cr> (<cr>);<C-o>O
-inoremap {<cr> {<cr>}<C-o>O
-inoremap {;<cr> {<cr>};<C-o>O
-
" buffers
nnoremap gb <cmd>buffers<cr>:buffer<Space>
nnoremap <Leader>q <cmd>q!<cr>