1
0
mirror of https://gittea.dev/nova/th.git synced 2025-10-22 02:40:15 -04:00

implemented jmp_file_index & int passes -> unsigned long

This commit is contained in:
nova
2025-10-12 01:44:27 +02:00
parent 61023ce42e
commit fa544204ba
3 changed files with 47 additions and 23 deletions

View File

@@ -48,6 +48,7 @@ static const binding key_binding[] = {
{ "e", update, NULL, "rerun all backend" }, /* executes the entire backend and redrawing of the screen */
{ "B", enter_shell, "$SHELL", "enter $SHELL shell" },
{ "/", search, NULL, "search" },
{ ":", jmp_file_index, NULL, "jump to file on input number" },
{ "l", search_next, NULL, "search next" },
{ "L", search_previous, NULL, "search previous" },