aboutsummaryrefslogtreecommitdiffstats
path: root/src/keys.c
Commit message (Collapse)AuthorAgeFilesLines
* 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