aboutsummaryrefslogtreecommitdiffstats
path: root/nnn.h
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2018-09-06 19:42:02 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2018-09-06 19:51:30 +0530
commit776c94a74481c6b67e0f62327eb41374fe353207 (patch)
tree4c51cbc85251cf4059099de8beb53a565a32bce4 /nnn.h
parent028e04abd35d2c306b27b445e4be59329f57d88f (diff)
downloadnnn-776c94a74481c6b67e0f62327eb41374fe353207.tar.gz
Integrate bashlock and lock
Diffstat (limited to 'nnn.h')
-rw-r--r--nnn.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/nnn.h b/nnn.h
index e68f7cb..87023e7 100644
--- a/nnn.h
+++ b/nnn.h
@@ -45,9 +45,7 @@ enum action {
SEL_RUN,
SEL_RUNSCRIPT,
SEL_RUNARG,
-#ifdef __linux__
SEL_LOCK,
-#endif
SEL_CDQUIT,
SEL_QUIT,
};
@@ -180,10 +178,8 @@ static struct key bindings[] = {
/* Run command with argument */
{ 'e', SEL_RUNARG, "", "VISUAL" },
{ 'p', SEL_RUNARG, "less", "PAGER" },
-#ifdef __linux__
/* Lock screen */
{ 'L', SEL_LOCK, "", "" },
-#endif
/* Change dir on quit */
{ 'Q', SEL_CDQUIT, "", "" },
{ CONTROL('G'), SEL_CDQUIT, "", "" },