aboutsummaryrefslogtreecommitdiffstats
path: root/src/keys.c
Commit message (Collapse)AuthorAgeFilesLines
* Add key handling for fm_rmverdant2026-08-051-0/+19
|
* cd down when current item is not a directory and enter is pressedverdant2026-08-051-2/+1
|
* Implement rename featureverdant2026-08-051-5/+12
|
* Remove unnecessary log function callverdant2026-08-051-1/+1
|
* Add Emacs and Vim keybindings for navigationverdant2026-08-051-0/+28
| | | | | | | Add basic Control key combinations to handling_keys() for scrolling: - C-n / C-p for line navigation (Emacs style) - C-d / C-v for half-page down (Vim/Emacs style) - C-u / M-v for half-page up (Vim/Emacs style)
* Implement directory creatingverdant2026-08-031-0/+3
|
* Reformat keys.cverdant2026-07-281-1/+2
|
* Move source files to src/verdant2026-07-281-0/+67