diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2019-02-23 20:13:04 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2019-02-23 20:13:04 +0530 |
commit | 42e36e85ee1e399495aca13f5d5dde70185bfac2 (patch) | |
tree | 77b04cabf3e7006178a27b770a7b336aff938279 /src/nnn.h | |
parent | 1a8df74749aa1b17f4c4cdba87448e7fe5ecc516 (diff) | |
download | nnn-42e36e85ee1e399495aca13f5d5dde70185bfac2.tar.gz |
Add key 'K' to toggle selection
Diffstat (limited to 'src/nnn.h')
-rw-r--r-- | src/nnn.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 }, |