mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-17 01:42:45 +02:00
docs: add examples of disabling keybindings
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user