]> git.rmz.io Git - dotfiles.git/commitdiff
vim: don't shadow '[ '] mappings
authorSamir Benmendil <me@rmz.io>
Wed, 14 Oct 2015 11:46:31 +0000 (12:46 +0100)
committerSamir Benmendil <me@rmz.io>
Wed, 14 Oct 2015 11:46:31 +0000 (12:46 +0100)
vim/vimrc

index 831fa8b8bd2fcbb41abfecc31f135316de2bb4cb..2817a017e878e5401533e4ff85647096aab149ae 100644 (file)
--- 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'