aboutsummaryrefslogtreecommitdiffstats
path: root/src/nnn.h
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2020-07-07 07:57:43 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2020-07-07 07:57:43 +0530
commitd3e20e90159fb1d6064d4b7c4147aca290ba0f20 (patch)
tree7fd5c8a57eb44a05c8e404b4355ae83675fa76eb /src/nnn.h
parent6fa4978230becc487521c600cfc5ff3f132fb8d6 (diff)
downloadnnn-d3e20e90159fb1d6064d4b7c4147aca290ba0f20.tar.gz
Use the term mark instead of pin
Diffstat (limited to 'src/nnn.h')
-rw-r--r--src/nnn.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nnn.h b/src/nnn.h
index 1f7f664..57c8649 100644
--- a/src/nnn.h
+++ b/src/nnn.h
@@ -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 */