You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/blog/2023-08-02-release-0.0.15.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -106,7 +106,7 @@ keys = [
106
106
107
107
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").
108
108
109
-
More info about custom key bindings in [docs/config/key-bindings](/docs/config/key-bindings/).
109
+
More info about custom key bindings in [docs/default-key-bindings](/docs/default-key-bindings/).
110
110
111
111
## Changelog of v0.0.15 along with 0.0.13 and 0.0.12
Copy file name to clipboardExpand all lines: docs/docs/features/vi-mode.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ By default you can launch Vi mode by using `alt` + `shift` + `space`.
9
9
10
10

11
11
12
-
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).
12
+
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).
0 commit comments