Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix colemak patch #1744

Merged
merged 1 commit into from
Oct 8, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions patches/colemak/mainline.diff
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
#
# Author: github.com/jacmoe
diff --git a/src/nnn.c b/src/nnn.c
index ecedee43..fdf5a80e 100644
index 21a7370b..2ddb4053 100644
--- a/src/nnn.c
+++ b/src/nnn.c
@@ -5098,32 +5098,32 @@ static void show_help(const char *path)
@@ -5109,12 +5109,12 @@ static void show_help(const char *path)
"2(___n))\n"
"0\n"
"1NAVIGATION\n"
Expand All @@ -23,8 +23,9 @@ index ecedee43..fdf5a80e 100644
+ "9G ^N End%20^J Toggle auto-advance on open\n"
"8B (,) Book(mark)%11b ^/ Select bookmark\n"
"a1-4 Context%11(Sh)Tab Cycle/new context\n"
"62Esc ^Q Quit%20q Quit context\n"
"b^G QuitCD%18Q Pick/err, quit\n"
"62Esc ^Q Quit%19^y Next young\n"
@@ -5122,20 +5122,20 @@ static void show_help(const char *path)
"cq Quit context\n"
"0\n"
"1FILTER & PROMPT\n"
- "c/ Filter%17^N Toggle type-to-nav\n"
Expand Down
Loading