Directory fuzzy search and fix C: not opening

This commit is contained in:
Krzosa Karol
2025-12-31 08:27:22 +01:00
parent beaf072740
commit f8f9e33032
5 changed files with 26 additions and 15 deletions

View File

@@ -4,7 +4,8 @@
Use session 3:
- Maybe status view, commit changes (like to buffer name or line) on enter?
- Search over buffer directory, close search, quick enter buffer? Not sure if line, more general purpose
- Upload sublime settings to git and also install script / update config script
How to go about search/replace, opening code and other considerations
- We can use sed + find to search and replace, the automatic reopen should do the job
@@ -48,8 +49,6 @@ Commands TODO:
- Special: non editable, hotkeys don't work etc.
backlog
FEATURE Search whole words, case sensitive etc.
FEATURE Select all searched occurences
FEATURE commands for scrolling: center, cursor_at_bottom_of_screen, cursor_at_top
FEATURE Some decl/function indexing in fuzzy format
ISSUE? Fix jump scroll, the query ends up the last line on screen, kind of wacky