aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc8
1 files changed, 0 insertions, 8 deletions
diff --git a/vim/vimrc b/vim/vimrc
index bf30df7d..724a32e7 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -421,13 +421,5 @@ nnoremap <Leader>: ^"zyg_:<C-R>z<CR>
" \! executes line with 'shell'
nnoremap <Leader>! ^"zyg_:!<C-R>z<CR>
-" Testing out delimit_operator.vim, in development
-" Use q for a prefix key, followed by the wrapping quote
-for s:char in ["'", '"', '`', '[', '<', '(', '{', '*']
- execute 'nmap q'.s:char.' <Plug>(DelimitOperator)'.s:char
- execute 'xmap q'.s:char.' <Plug>(DelimitOperator)'.s:char
-endfor
-unlet s:char
-
" Source any .vim files from ~/.vim/config
runtime! config/*.vim