1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-05-29 23:17:32 +02:00

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