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:
1
config.h
1
config.h
@@ -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" },
|
||||
|
||||
|
Reference in New Issue
Block a user