Fix broken link

N-R-K 2022-05-02 11:30:25 +00:00
parent e680dd085e
commit 4e4d27cd2e

@ -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: