My vim configuration
git clone https://github.com/m-col/vim-misc
Files | Refs | Readme

-rw-r--r-- start/self/ftplugin/help.vim


      1 " this overrides :Bclose in help windows
      2 nnoremap <buffer> <BS> :bd<CR>
      3