]> Sergey Matveev's repositories - nnn.git/commit
Disable e on picker mode
authorNRK <nrk@disroot.org>
Thu, 12 Aug 2021 05:17:48 +0000 (11:17 +0600)
committerNRK <nrk@disroot.org>
Thu, 30 Sep 2021 13:54:22 +0000 (19:54 +0600)
commit8a1a5db92ad0b022df129f280be84f615cdfd5a9
tree518f618d0e38c58ad393a4a7d46a1351a0f14356
parent7477bd15bb5106281c27aa5449884368bc3d97af
Disable e on picker mode

Mainly so that pressing 'e' due to muscle memory on nnn.vim doesn't nest
a new editor instance inside the embedded vim terminal.

However invoking nnn with picker mode implies that the intention is to
pick file(s), there shouldn't be any business trying to edit things on
the fly. And if editing a file while in picker mode is desirable, then
'l' can be used for that instead.
src/nnn.c