Skip to content

Commit e802b7e

Browse files
committed
fix: broken link
1 parent ce612ac commit e802b7e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/docs/preferences/code-edit/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ If enabled, code editor will emulate vim behaviour. In vim emulation, Control Ke
5252

5353
### Vim configuration
5454

55-
The configuration to use in vim mode. The list of all supported vim commands are listed [here](../general/\_index.md#vim-commands)
55+
The configuration to use in vim mode. The list of all supported vim commands are listed [here](#vim-commands)
5656

5757
### Vim Commands
5858

content/docs/tips/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ You can set a hotkey for switching view modes in [Preferences](../preferences/ke
7272

7373
## Vim Emulation
7474

75-
You can enable vim emulation in code editor. Most [basic vim commands](../preferences/code-edit/\_index.md#vim-commands) and some [custom vim commands](../preferences/code-edit/\_index.md#custom-vim-commands) to perform various actions are supported. Many code editor settings like Tab width, Indentation, Current Line Highlight etc are disabled when using vim mode, you have to customize them from [Vim Configuration](../preferences/code-editing/\_index.md#vim-configuration).
75+
You can enable vim emulation in code editor. Most [basic vim commands](../preferences/code-edit/\_index.md#vim-commands) and some [custom vim commands](../preferences/code-edit/\_index.md#custom-vim-commands) to perform various actions are supported. Many code editor settings like Tab width, Indentation, Current Line Highlight etc are disabled when using vim mode, you have to customize them from [Vim Configuration](../preferences/code-edit/\_index.md#vim-configuration).
7676

7777
You can switch to next or previous tab using `tabn` and `tabp` respectively.
7878

0 commit comments

Comments
 (0)