summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-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>