aboutsummaryrefslogtreecommitdiffstats
path: root/keys.c
Commit message (Collapse)AuthorAgeFilesLines
* Implement open with editorverdant2026-07-281-0/+24
| | | | | Fork a child process to run the text editor. If the "EDITOR" envrionment variable is not set, fallback to "vi".
* Remove varaible "need_redraw" in fm_info, use global variableverdant2026-07-281-1/+1
|
* Remove unused argumentverdant2026-07-271-4/+18
|
* Implement keys handlingverdant2026-07-231-0/+29
'q' for quiting, j and k for scrolling up and down in the file manager