Merge pull request #1183 from N-R-K/disable_e

Disable e on picker mode
This commit is contained in:
Terminator X 2021-09-30 19:50:40 +05:30 committed by GitHub
commit fa7c19c409
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7206,6 +7206,7 @@ nochange:
copycurname();
goto nochange;
case SEL_EDIT:
if (!g_state.picker)
spawn(editor, newpath, NULL, NULL, F_CLI);
continue;
default: /* SEL_LOCK */