aboutsummaryrefslogtreecommitdiffstats
path: root/src/nnn.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nnn.h')
-rw-r--r--src/nnn.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nnn.h b/src/nnn.h
index ab8a4ba..a588a33 100644
--- a/src/nnn.h
+++ b/src/nnn.h
@@ -189,6 +189,7 @@ static struct key bindings[] = {
{ CONTROL('K'), SEL_COPY },
{ ' ', SEL_COPY },
/* Toggle copy multiple file paths */
+ { 'K', SEL_COPYMUL },
{ CONTROL('Y'), SEL_COPYMUL },
/* Select all files in current dir */
{ 'Y', SEL_COPYALL },