commit b4ba9b3ce13b4c38474f5f0417acd583903c14f0
parent 6f103e391816e14eab478408429cdf6ca237e686
Author: Anders Damsgaard <andersd@riseup.net>
Date:   Tue, 24 Oct 2017 14:31:23 -0700
disable vim-fold keybindings
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/links/.vim/plugins.vim b/links/.vim/plugins.vim
@@ -85,6 +85,8 @@ call plug#end()
 
 let g:rainbow_active = 1  " toggle with :RainbowToggle
 
+let g:foldsearch_disable_mappings = 1
+
 " vim-markdown configuration
 " navigate headers with ]] and [[
 " format a table with :TableFormat