forked from Mirrors/helix
chore: remove temp file
parent
601f2c4e5f
commit
ef1850295b
@ -1,58 +0,0 @@
|
|||||||
- [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
|
|
||||||
|
|
||||||
New:
|
|
||||||
- [x] increase indentation
|
|
||||||
- [x] Change '[' to "go to previous root"
|
|
||||||
- [x] Change 'B' to "go to parent"
|
|
||||||
- [x] Use C-o/C-i for jump backward/forward
|
|
||||||
- [x] on focus indication
|
|
||||||
- [x] support creating files and folder and the same time (`mkdir -p`)
|
|
||||||
- [x] Ctrl-o should work for 'h', 'gg', 'ge', etc
|
|
||||||
- [x] add unit test for TreeView
|
|
||||||
- [x] explorer(help): overflow
|
|
||||||
- [x] n/N wrap around
|
|
||||||
- [x] fix(filter): crash
|
|
||||||
- [x] fix(explorer/preview): panic if not tall enough
|
|
||||||
- [x] explorer(preview): content not sorted
|
|
||||||
- [x] add integration test for Explorer
|
|
||||||
- [x] bind "o" to open/close file/folder
|
|
||||||
- [x] bind "C-n/C-p" to up/down
|
|
||||||
- [x] bind "="/"_" to zoom-in/zoom-out
|
|
||||||
- [x] Sticky ancestors
|
|
||||||
- [x] remove unwrap and expect
|
|
||||||
- [x] bug(tree): zb does not work, because clash with explorer 'b'
|
|
||||||
- [x] Toggle preview
|
|
||||||
- [] search highlight matching word
|
|
||||||
- [] Error didn't clear
|
|
||||||
- [] should preview be there by default?
|
|
||||||
- [] Fix panic bugs (see github comments)
|
|
||||||
- [] explorer(preview): overflow where bufferline is there
|
|
||||||
- [] symlink not showing
|
|
Loading…
Reference in New Issue