dotfiles

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

plugin-map-override.vim (99B)


      1 " get rid of this ANSIEscape mapping
      2 if exists("g:loaded_AnsiEscPlugin")
      3   unmap <leader>swp
      4 endif