qvacua / vimr

VimR — Neovim GUI for macOS in Swift
https://twitter.com/VimRefined
MIT License
6.62k stars 218 forks source link

Shortcut or vim command for "navigate to current buffer" button in file browser #969

Open udl opened 2 years ago

udl commented 2 years ago

Hi vimr maintainers!

I'm currently migrating from vim/MacVim to neovim/vimr and so far it's going great!

With vim i was using NERDTree, which has a :NERDTreeFind functionality that highlights the current buffer file in the file tree. As vimr has it's own file browser and also a button for this exact functionality, I was wondering if there's a way to make this a hotkey or at least a vim command like :VimRNavigateToFile or something like that?

Thank you for the great program and keep up the good work!