nvim: after/ftplugin: help: Add key mapping for closing help files

This commit is contained in:
Sanchayan Maity 2021-06-13 19:39:25 +05:30
parent 3d8ccb4f23
commit 5d2d279e9e
1 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1,2 @@
setlocal bufhidden=wipe
nnoremap <buffer> <silent>q :bwipeout!<CR>