From f21ec611cd648d7a340a7d02ad442a4fa7ac96c4 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Tue, 5 Feb 2019 23:58:13 +0530 Subject: Replace backquote with comma as leader key --- src/nnn.c | 2 +- src/nnn.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/nnn.c b/src/nnn.c index 60de801..770ad39 100644 --- a/src/nnn.c +++ b/src/nnn.c @@ -2382,7 +2382,7 @@ static bool show_help(char *path) "c/ Filter Ins ^T Toggle nav-as-you-type\n" "cb Pin current dir ^B Go to pinned dir\n" "7Tab ^I Next context d Toggle detail view\n" - "9` ^/ Leader key N LeadN Go to/create context N\n" + "9, ^/ Leader key N LeadN Go to/create context N\n" "aEsc Exit prompt ^L Redraw/clear prompt\n" "b^G Quit and cd q Quit context\n" "9Q ^Q Quit ? Help, config\n" diff --git a/src/nnn.h b/src/nnn.h index b4ba6f2..0983c5f 100644 --- a/src/nnn.h +++ b/src/nnn.h @@ -143,7 +143,7 @@ static struct key bindings[] = { { CONTROL('B'), SEL_VISIT }, /* Leader key */ { CONTROL('_'), SEL_LEADER }, - { '`', SEL_LEADER }, + { ',', SEL_LEADER }, /* Cycle contexts in forward direction */ { '\t', SEL_CYCLE }, { CONTROL('I'), SEL_CYCLE }, -- cgit v1.2.3-70-g09d2