summaryrefslogtreecommitdiffstats
path: root/docs/Config.md
diff options
context:
space:
mode:
authorRyooooooga <eial5q265e5@gmail.com>2022-10-18 22:23:56 +0900
committerRyooooooga <eial5q265e5@gmail.com>2022-10-18 22:23:56 +0900
commit808b35d8f277d5974e0e6cac0e6646314652eaae (patch)
tree8c4f3ebe144ef66da21ea00b4afc6d4d9d713f48 /docs/Config.md
parent4aa9147dfa5f81bad124395a3e5f9c69eb4353c9 (diff)
docs: add examples of disabling keybindings
Diffstat (limited to 'docs/Config.md')
-rw-r--r--docs/Config.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/Config.md b/docs/Config.md
index 937fc847d..82e36ec5b 100644
--- a/docs/Config.md
+++ b/docs/Config.md
@@ -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