francoiscabrol / ranger.vim

Ranger integration in vim and neovim
663 stars 58 forks source link

[PR] add ExistingOrNewTab comands #83

Closed divramod closed 4 years ago

divramod commented 4 years ago

I added commands for being able to decide if the user wants to open a file in an existant tab, if it exists or in a new one.

Closes #78

francoiscabrol commented 4 years ago

Looks good! Thank you :) Just need to try it then if it's working I'll merge it