mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 11:51:27 +00:00
Enable file extract in nav-as-you-type mode
This commit is contained in:
parent
d0a08ca173
commit
a963d166c8
3
nnn.c
3
nnn.c
|
@ -1125,6 +1125,7 @@ filterentries(char *path)
|
|||
goto end;
|
||||
case CONTROL('L'): // fallthrough
|
||||
case CONTROL('K'): // fallthrough
|
||||
case CONTROL('Y'): // fallthrough
|
||||
case CONTROL('_'): // fallthrough
|
||||
case CONTROL('R'): // fallthrough
|
||||
case CONTROL('O'): // fallthrough
|
||||
|
@ -1132,7 +1133,7 @@ filterentries(char *path)
|
|||
case CONTROL('V'): // fallthrough
|
||||
case CONTROL('J'): // fallthrough
|
||||
case CONTROL('X'): // fallthrough
|
||||
case CONTROL('Y'): // fallthrough
|
||||
case CONTROL('F'): // fallthrough
|
||||
case CONTROL('T'):
|
||||
if (len == 1)
|
||||
cur = oldcur;
|
||||
|
|
Loading…
Reference in a new issue