mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 20:36:03 +02:00
docs: add examples of disabling keybindings
This commit is contained in:
parent
4aa9147dfa
commit
808b35d8f2
1 changed files with 6 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue