aboutsummaryrefslogtreecommitdiffstats
path: root/src/nnn.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nnn.h')
-rw-r--r--src/nnn.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/nnn.h b/src/nnn.h
index 19a9587..241e16e 100644
--- a/src/nnn.h
+++ b/src/nnn.h
@@ -79,6 +79,7 @@ enum action {
SEL_SELMUL,
SEL_SELALL,
SEL_SELLST,
+ SEL_SELEDIT,
SEL_CP,
SEL_MV,
SEL_RMMUL,
@@ -209,6 +210,8 @@ static struct key bindings[] = {
{ 'a', SEL_SELALL },
/* Show list of copied files */
{ 'M', SEL_SELLST },
+ /* Edit selection buffer */
+ { 'K', SEL_SELEDIT },
/* Copy from selection buffer */
{ 'P', SEL_CP },
/* Move from selection buffer */