mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-11-27 22:38:09 +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`.
|
You can disable certain key bindings by specifying `null`.
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
keybinding:
|
||||||
|
universal:
|
||||||
|
edit: null # disable 'edit file'
|
||||||
|
```
|
||||||
|
|
||||||
### Example Keybindings For Colemak Users
|
### Example Keybindings For Colemak Users
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
|
|||||||
Reference in New Issue
Block a user