aboutsummaryrefslogtreecommitdiffstats
path: root/src/nnn.h
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2018-11-23 07:44:32 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2018-11-23 07:44:32 +0530
commit82fbf19803a563b76a6c0b7d1be8aa237d698c95 (patch)
tree93e2e827885c07417ae8a91b972c116a2242f217 /src/nnn.h
parent897817a6774d64a6022d906bd9248762c609ac0e (diff)
downloadnnn-82fbf19803a563b76a6c0b7d1be8aa237d698c95.tar.gz
Add `Y` as selection keybind
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 d4e0506..9ddccb0 100644
--- a/src/nnn.h
+++ b/src/nnn.h
@@ -195,6 +195,7 @@ static struct key bindings[] = {
{ ' ', SEL_COPY, "", "" },
/* Toggle copy multiple file paths */
{ CONTROL('Y'), SEL_COPYMUL, "", "" },
+ { 'Y', SEL_COPYMUL, "", "" },
/* Show list of copied files */
{ 'y', SEL_COPYLIST, "", "" },
/* Copy from copy buffer */