aboutsummaryrefslogtreecommitdiffstats
path: root/src/nnn.h
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-09-15 19:11:10 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-09-15 19:11:10 +0530
commit6c39d87cdffa50921b984ba4e9a4be536deb88ad (patch)
tree7cb628a8c11ae52c251fe5836adda18ff9677e5d /src/nnn.h
parente68e8ad8a5ecbb58b776c04574b55e3c60936f93 (diff)
downloadnnn-6c39d87cdffa50921b984ba4e9a4be536deb88ad.tar.gz
Key > to run plugin
Diffstat (limited to 'src/nnn.h')
-rw-r--r--src/nnn.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nnn.h b/src/nnn.h
index 8c98b1e..c3ccaab 100644
--- a/src/nnn.h
+++ b/src/nnn.h
@@ -235,7 +235,7 @@ static struct key bindings[] = {
{ CONTROL(']'), SEL_SHELL },
/* Plugin key */
{ 'x', SEL_PLUGKEY },
- { KEY_F(12), SEL_PLUGKEY },
+ { '>', SEL_PLUGKEY },
/* Run a plugin */
{ 'R', SEL_PLUGIN },
{ CONTROL('V'), SEL_PLUGIN },