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
1 changed files with 2 additions and 1 deletions

View File

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