justinmk / vim-dirvish

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

[Feature request] Add config for map / #222

Closed jqhr closed 2 years ago

jqhr commented 2 years ago

I like dirvish. but sometimes it confused me for mapping /. I have an other plugin called 'wilder.nvim', it could support fuzzy find for search pattern. but dirvish remap /. so I cannot use fuzzy find in dirvish.

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.