aboutsummaryrefslogtreecommitdiffstats
path: root/nnn.h
diff options
context:
space:
mode:
Diffstat (limited to 'nnn.h')
-rw-r--r--nnn.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/nnn.h b/nnn.h
index bb757f9..8ab8657 100644
--- a/nnn.h
+++ b/nnn.h
@@ -39,6 +39,7 @@ enum action {
SEL_OPEN,
SEL_NEW,
SEL_RENAME,
+ SEL_RENAMEALL,
SEL_HELP,
SEL_RUN,
SEL_RUNARG,
@@ -158,6 +159,8 @@ static struct key bindings[] = {
/* Show rename prompt */
{ CONTROL('R'), SEL_RENAME, "", "" },
{ KEY_F(2), SEL_RENAME, "", "" }, /* Undocumented */
+ /* Rename contents of current dir */
+ { 'R', SEL_RENAMEALL, "", "" },
/* Show help */
{ '?', SEL_HELP, "", "" },
/* Run command */