From: Sergey Matveev Date: Thu, 26 Oct 2023 13:53:08 +0000 (+0300) Subject: F4 edit X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=8dec00769c42ea695283beba75a8853eaa1432ba;p=nnn.git F4 edit --- diff --git a/src/nnn.h b/src/nnn.h index 3cf132ba..cdba884d 100644 --- a/src/nnn.h +++ b/src/nnn.h @@ -258,6 +258,7 @@ static struct key bindings[] = { { CONTROL('J'), SEL_AUTONEXT }, /* Edit in EDITOR */ { 'e', SEL_EDIT }, + { KEY_F(4), SEL_EDIT }, /* Run a plugin */ { ';', SEL_PLUGIN }, /* Show total size of listed selection */