forked from Mirrors/helix
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
1.6 KiB
Plaintext
45 lines
1.6 KiB
Plaintext
- [x] "h" moves to parent instead of scrolling to left
|
|
- [x] "l" steps into current folder instead of scrolling to right
|
|
|
|
|
|
TODO
|
|
- [x] make focus current file works
|
|
- [x] test all explorer functionality (e.g. "/" etc)
|
|
- [x] Go to parent directory
|
|
- [x] add help
|
|
- [x] highlight ancestors of current selection
|
|
- [x] search "N" will hang
|
|
- [x] implement rename
|
|
- [x] implement close (refer how overlay works)
|
|
- [x] implement refresh
|
|
- [x] bug: delete file collapsed whole tree
|
|
- [x] update documentation
|
|
- [x] fix list view
|
|
- [x] -/+ to increase or decrease width
|
|
- [x] help page overflow
|
|
- [x] preview not showing in small screen
|
|
- [x] fix (-/+) overflow
|
|
- [x] improve filter UI/UX (should only apply to child not parent)
|
|
- [x] bug: "h" does not realign preview
|
|
- [x] bug: reveal file does not realign preview
|
|
- [] "l" goes back to previous child if any history
|
|
- [x] Merge conflicts
|
|
- [x] Remove comments
|
|
- [x] fix warnings
|
|
- [x] refactor, add tree.expand_children() method
|
|
- [] Change '[' to "go to previous root"
|
|
- [] Change 'b' to "go to parent"
|
|
- [] Use C-o for jumping to previous position
|
|
- [] add integration testing (test explorer rendering)
|
|
- [] search highlight matching word
|
|
- [] Error didn't clear
|
|
- [] bind "o" to open/close file/folder
|
|
- [] on focus indication
|
|
- [] should preview be there by default?
|
|
- [] support creating files and folder and the same time (`mkdir -p`)
|
|
- [] Fix panic bugs (see github comments)
|
|
- [] Sticky ancestors
|
|
- [] Ctrl-o should work for 'h', 'gg', 'ge', etc
|
|
- [] explorer(previow): overflow where bufferline is there
|
|
- [] explorer(preview): content not sorted
|