From 4e4d27cd2e068796ece3659c0ab3f39c76e61991 Mon Sep 17 00:00:00 2001 From: N-R-K Date: Mon, 2 May 2022 11:30:25 +0000 Subject: [PATCH] Fix broken link --- Advanced-use-cases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Advanced-use-cases.md b/Advanced-use-cases.md index c3efcfd..c160181 100644 --- a/Advanced-use-cases.md +++ b/Advanced-use-cases.md @@ -32,7 +32,7 @@ Once compiled, you'll notice an `nnn` executable is now in your root. Copy this ## Custom keybinds -The keybinds are defined in the `bindings` structure in `nnn.h`. Users can modify these to set their preferred shortcuts. After modifying, `nnn` needs to be compiled ([instructions](https://github.com/jarun/nnn#from-source)). +The keybinds are defined in the `bindings` structure in `nnn.h`. Users can modify these to set their preferred shortcuts. After modifying, `nnn` needs to be compiled ([instructions](https://github.com/jarun/nnn/wiki/Usage#from-source)). While it's easy to compile because of few library dependencies, customizing shortcuts can be tricky because of the number of features. To make the process simpler, `nnn` has an option to detect key collisions. After changing the keys, compile `nnn` and run: