zed-industries / zed

Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
https://zed.dev
Other
34.47k stars 1.71k forks source link

Option to Ellipsize Filenames #11375

Open someone13574 opened 2 weeks ago

someone13574 commented 2 weeks ago

Check for existing issues

Describe the feature

There should be an option in settings to ellipsize filenames which don't fully fit within the sidebar. Screenshot from 2024-05-03 18-19-48

If applicable, add mockups / screenshots to help present your vision of the feature

Example settings:

"project_panel": {
  "dock": "left",
  "git_status": true,
  "ellipsize": true
}