justinmk / vim-dirvish

Directory viewer for Vim :zap:
Other
1.19k stars 64 forks source link

feat: add config for whether to map / #223

Closed jqhr closed 2 years ago

jqhr commented 2 years ago

See issue #222 .

justinmk commented 2 years ago

No need for a new option. All dirvish buffer settings can easily be overridden by using a FileType autocmd.

autocmd FileType dirvish unmap <buffer> /

see :help dirvish-options.