Skip to content

Commit

Permalink
docs: add examples of disabling keybindings
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryooooooga committed Oct 18, 2022
1 parent 4aa9147 commit 808b35d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/Config.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 808b35d

Please sign in to comment.