mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-13 09:06:27 -04:00
When a file is deeply nested (e.g. dir/subdir/file), there was no quick way to collapse an ancestor directory without walking back up the tree one row at a time. This adds <backspace> in the Files and Commit Files panels to jump the selection to the parent directory and collapse it, skipping over directories that got merged away by path compression. Pressing it again from the root collapses the root itself. Relates to upstream repo's #4984 and #4095. |
||
|---|---|---|
| .. | ||
| app | ||
| cheatsheet | ||
| commands | ||
| common | ||
| config | ||
| constants | ||
| env | ||
| fakes | ||
| gocui | ||
| gui | ||
| i18n | ||
| integration | ||
| jsonschema | ||
| logs | ||
| snake | ||
| tasks | ||
| theme | ||
| updates | ||
| utils | ||