mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 15:46:26 -04:00
docs: add examples of disabling keybindings
This commit is contained in:
parent
4aa9147dfa
commit
808b35d8f2
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue