docs: add examples of disabling keybindings

This commit is contained in:
Ryooooooga 2022-10-18 22:23:56 +09:00
parent 4aa9147dfa
commit 808b35d8f2
No known key found for this signature in database
GPG key ID: 07CF200DFCC20C25

View file

@ -438,6 +438,12 @@ For all possible keybinding options, check [Custom_Keybindings.md](https://githu
You can disable certain key bindings by specifying `null`.
```yaml
keybinding:
universal:
edit: null # disable 'edit file'
```
### Example Keybindings For Colemak Users
```yaml