diff --git a/docs/blog/2023-08-02-release-0.0.15.mdx b/docs/blog/2023-08-02-release-0.0.15.mdx index a972b45785..0c10f8796c 100644 --- a/docs/blog/2023-08-02-release-0.0.15.mdx +++ b/docs/blog/2023-08-02-release-0.0.15.mdx @@ -106,7 +106,7 @@ keys = [ For example, in the first binding will tell Rio to close the terminal every time that "q" key is pressed along with "super" (in MacOS the "super" key is "command"). -More info about custom key bindings in [docs/config/key-bindings](/docs/config/key-bindings/). +More info about custom key bindings in [docs/default-key-bindings](/docs/default-key-bindings/). ## Changelog of v0.0.15 along with 0.0.13 and 0.0.12 diff --git a/docs/docs/features/vi-mode.md b/docs/docs/features/vi-mode.md index e209f4cc73..a4ceed263f 100644 --- a/docs/docs/features/vi-mode.md +++ b/docs/docs/features/vi-mode.md @@ -9,7 +9,7 @@ By default you can launch Vi mode by using `alt` + `shift` + `space`. ![Demo Vi mode](/assets/features/demo-vi-mode.gif) -Below you can see the list of all default key bindings related to Vi mode. If you don't like of any specified key binding you can always turn off or modify (check [key bindings documentation section](/docs/config/key-bindings) for more information). +Below you can see the list of all default key bindings related to Vi mode. If you don't like of any specified key binding you can always turn off or modify (check [key bindings documentation section](/docs/default-key-bindings) for more information). | Trigger | Action | Condition | | :------------------------ | :------------------------- | :------------------- |