tpope / vim-vinegar

vinegar.vim: Combine with netrw to create a delicious salad dressing
https://www.vim.org/scripts/script.php?script_id=5671
2.22k stars 87 forks source link

. and ! mappings apparently do nothing... #113

Closed giddie closed 4 years ago

giddie commented 4 years ago

I can't figure out what I'm doing wrong here - I've commented out my entire .vimrc, except for vim-plug and vinegar, but in netrw, pressing . or ! seems to do nothing at all. Pressing ! twice in succession causes :.! to appear in the command, but this appears to be a global binding, not specific to netrw.

tpope commented 4 years ago

I don't know, I think it might require filetype plugin on?

giddie commented 4 years ago

Sorry, totally my fault: I missed that I was using a fork of this plugin intended to work better with NERDtree, so no surprises it's not playing well with netrw :p All is well now, and I apologise for the noise.