mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 11:51:27 +00:00
Key > to run plugin
This commit is contained in:
parent
e68e8ad8a5
commit
6c39d87cdf
|
@ -1751,6 +1751,7 @@ static int filterentries(char *path)
|
|||
switch (*ch) {
|
||||
case '/': /* works as Leader key in filter mode */
|
||||
*ch = CONTROL('_'); // fallthrough
|
||||
case '>':
|
||||
if (len == 1)
|
||||
cur = oldcur;
|
||||
goto end;
|
||||
|
|
Loading…
Reference in a new issue