t Modification time s Size
MISC
!, ^] Spawn SHELL in dir C Execute entry
- R Run custom script L Lock terminal
+ R, ^V Run custom script L Lock terminal
^S Run a command
```
Spawn SHELL in current directory (fallback sh)
.It Ic C
Execute entry
-.It Ic R
+.It Ic R, ^V
Run or choose a custom script
.It Ic L
Lock terminal
"et Modification time s Size\n"
"1MISC\n"
"a!, ^] Spawn SHELL in dir C Execute entry\n"
- "eR Run custom script L Lock terminal\n"
+ "aR, ^V Run custom script L Lock terminal\n"
"d^S Run a command\n"};
if (fd == -1)
{ CONTROL(']'), SEL_SHELL },
/* Run a custom script */
{ 'R', SEL_SCRIPT },
+ { CONTROL('V'), SEL_SCRIPT },
/* Run a command */
{ CONTROL('S'), SEL_RUNCMD },
/* Open in EDITOR or PAGER */