forked from mirror/nnn
reenable shell (seems to be fixed?)
This commit is contained in:
parent
d54b76c8d6
commit
1ce224408d
1 changed files with 1 additions and 2 deletions
|
@ -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 },
|
||||||
|
|
Loading…
Reference in a new issue