diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2018-09-06 19:42:02 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2018-09-06 19:51:30 +0530 |
commit | 776c94a74481c6b67e0f62327eb41374fe353207 (patch) | |
tree | 4c51cbc85251cf4059099de8beb53a565a32bce4 /nnn.h | |
parent | 028e04abd35d2c306b27b445e4be59329f57d88f (diff) | |
download | nnn-776c94a74481c6b67e0f62327eb41374fe353207.tar.gz |
Integrate bashlock and lock
Diffstat (limited to 'nnn.h')
-rw-r--r-- | nnn.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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, "", "" }, |