diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2020-07-07 07:57:43 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2020-07-07 07:57:43 +0530 |
commit | d3e20e90159fb1d6064d4b7c4147aca290ba0f20 (patch) | |
tree | 7fd5c8a57eb44a05c8e404b4355ae83675fa76eb /src/nnn.h | |
parent | 6fa4978230becc487521c600cfc5ff3f132fb8d6 (diff) | |
download | nnn-d3e20e90159fb1d6064d4b7c4147aca290ba0f20.tar.gz |
Use the term mark instead of pin
Diffstat (limited to 'src/nnn.h')
-rw-r--r-- | src/nnn.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -66,7 +66,7 @@ enum action { SEL_CTX7, SEL_CTX8, #endif - SEL_PIN, + SEL_MARK, SEL_FLTR, SEL_MFLTR, SEL_HIDDEN, @@ -181,7 +181,7 @@ static struct key bindings[] = { { '8', SEL_CTX8 }, #endif /* Mark a path to visit later */ - { ',', SEL_PIN }, + { ',', SEL_MARK }, /* Filter */ { '/', SEL_FLTR }, /* Toggle filter mode */ |