dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

searchfold.vim (92B)


      1 command! SearchFold call searchfold#Toggle()
      2 nnoremap <Plug>SearchFold :<c-u>SearchFold<CR>