stevearc / oil.nvim

Neovim file explorer: edit your filesystem like a buffer
MIT License
3.84k stars 110 forks source link

show relative path in window title rather than absolute path #382

Open santhosh-tekuri opened 4 months ago

santhosh-tekuri commented 4 months ago

Did you check existing requests?

Describe the feature

show relative path in window title rather than absolute path

I am using floating window. and absolute path for my project is very long and gets truncated in window title it would be better if there is an option to show relative path from current working directory in window title

Provide background

trying to show relative path in window title rather than absolute path when shown in floating mode

What is the significance of this feature?

nice to have

Additional details

No response