mirror of
https://gittea.dev/nova/th.git
synced 2025-10-22 02:40:15 -04:00
addded select_all
This commit is contained in:
1
config.h
1
config.h
@@ -44,6 +44,7 @@ static const binding key_binding[] = {
|
||||
/* blackmagic holds a modifier of an action, either as string or as function pointer depending on the action */
|
||||
{ "q", quit_program, NULL, "quit" },
|
||||
{ " ", toggle_selection, NULL, "toggle file selection" }, /* on hovered file/directory */
|
||||
{ "v", select_all, NULL, "select all files in dir" },
|
||||
{ "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" },
|
||||
|
Reference in New Issue
Block a user