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: