1
0
Fork 0
forked from mirror/nnn

reenable shell (seems to be fixed?)

This commit is contained in:
tezlm 2024-10-17 09:41:59 -07:00
parent d54b76c8d6
commit 1ce224408d
Signed by: tezlm
GPG key ID: 649733FCD94AFBBA

View file

@ -267,8 +267,7 @@ static struct key bindings[] = {
/* Run a plugin */ /* Run a plugin */
{ ',', SEL_PLUGIN }, { ',', SEL_PLUGIN },
/* Run command */ /* Run command */
// broken! { '!', SEL_SHELL },
// { '!', SEL_SHELL },
{ CONTROL(']'), SEL_SHELL }, { CONTROL(']'), SEL_SHELL },
/* Launcher */ /* Launcher */
{ '=', SEL_LAUNCH }, { '=', SEL_LAUNCH },