projects
/
nnn.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2a909d
)
F4 edit
author
Sergey Matveev <stargrave@stargrave.org>
Thu, 26 Oct 2023 13:53:08 +0000 (16:53 +0300)
committer
Sergey Matveev <stargrave@stargrave.org>
Mon, 4 Dec 2023 12:58:01 +0000 (15:58 +0300)
src/nnn.h
patch
|
blob
|
history
diff --git
a/src/nnn.h
b/src/nnn.h
index 3cf132ba91c8893badb11b427acac28d7bbc7860..cdba884de711ea4f25bed0cdb820f0c4514535c1 100644
(file)
--- 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 */