From abc1010e7344fd407c66881645c52ebc7f57edfc Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Wed, 14 Oct 2015 12:46:31 +0100 Subject: [PATCH] vim: don't shadow '[ '] mappings --- vim/vimrc | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/vim/vimrc b/vim/vimrc index 831fa8b..2817a01 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -549,6 +549,16 @@ let g:pymode_folding = 1 let g:pymode_lint_ignore = "E221,E266,E501" let g:pymode_syntax_space_errors = 0 " don't bother me when I'm typing +" signature {{{2 +" disable '[ mappings + +let g:SignatureMap = { + \ 'GotoNextLineAlpha' : "", + \ 'GotoPrevLineAlpha' : "", + \ 'GotoNextSpotAlpha' : "", + \ 'GotoPrevSpotAlpha' : "", + \ } + " synastic {{{2 let g:syntastic_enable_highlighting = 0 let g:syntastic_error_symbol='E' -- 2.48.1