mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-31 23:19:40 +02: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`.
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user