From 808b35d8f277d5974e0e6cac0e6646314652eaae Mon Sep 17 00:00:00 2001 From: Ryooooooga Date: Tue, 18 Oct 2022 22:23:56 +0900 Subject: [PATCH] docs: add examples of disabling keybindings --- docs/Config.md | 6 ++++++ 1 file changed, 6 insertions(+) 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