From 2fe71e17658cd33a321888b45289030de1db37ed Mon Sep 17 00:00:00 2001 From: postsolar <120750161+postsolar@users.noreply.github.com> Date: Tue, 23 Jan 2024 20:24:56 +0200 Subject: [PATCH] Fix typo in `remapping.md` `unbind-default-keys` => `unbind_default_keys` --- book/src/remapping.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/src/remapping.md b/book/src/remapping.md index 544faa977da4e..3cb873df751b4 100644 --- a/book/src/remapping.md +++ b/book/src/remapping.md @@ -75,7 +75,7 @@ Ctrl, Shift and Alt modifiers are encoded respectively with the prefixes Keys can be disabled by binding them to the `no_op` command. -To remove all default bindings, `unbind-default-keys = true` can be added to the top level configuration. +To remove all default bindings, `unbind_default_keys = true` can be added to the top level configuration. ```toml unbind_default_keys = true