Skip to content

Commit 9741e37

Browse files
committed
Improve links and docs
1 parent be9e154 commit 9741e37

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

content/en/docs/Preferences/Code Editing.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Code Edit"
2+
title: "Code Editing"
33
weight: 10
44
---
55

@@ -44,16 +44,16 @@ Note that this won't replace the existing tab characters. In [Auto Indent](#auto
4444

4545
### Default cursor overwrites
4646

47-
There are two modes of editing. Insert and Replace mode, Insert mode is common and most widely used, this is CP Editor and other editor's default mode. In Replace mode, the cursor replaces the next character with the pressed character. When this option is enabled the cursor for newly opened tab will be in Replace mode. It can be toggled for individual tabs by pressig INS/Insert Key on your keyboard.
47+
There are two modes in text editing, Insert and Replace mode. Insert mode is common and most widely used, this is CP Editor and other editor's default mode. In Replace mode, the cursor replaces the next character with the pressed character. If this option is enabled the cursor for newly opened tab will be in Replace mode. It can be toggled for individual tabs by pressig <kbd>INS</kbd> or <kbd>Insert</kbd> on your keyboard.
4848

4949
### Highlight Current Line
5050

5151
If enabled the current line number is highlighted from the rest of the lines. In Vim mode, current line is never highlighted.
5252

5353
### Enable Vim emulation
5454

55-
If enabled the code editor uses vim emulation. When Vim emulation is enabled shortcuts that user Control Key such as <kbd>Ctrl+N</kbd> will not be intercepted by CP Editor but by Code Editor. We provide some custom commands that can perform most of these tasks. You can check a list of all supported custom commands and its usage [here](../preferences/general#custom-vim-commands)
55+
If enabled code editor uses vim emulation. If enabled, Control Key such as <kbd>Ctrl+N</kbd> will not be intercepted by CP Editor but by Code Editor. We provide some custom commands that can perform most of these tasks. You can check a list of all supported custom commands and its usage [here](../general#custom-vim-commands)
5656

5757
### Vim Configuration
5858

59-
The configuration to use in vim emulation. It is sourced just before vim emulation starts. The list of all supported vim commands are listed [here](https://github.com/cpeditor/FakeVim#supported-features)
59+
The configuration to use in vim mode. The list of all supported vim commands are listed [here](https://github.com/cpeditor/FakeVim#supported-features)

content/en/docs/Tips/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Besides the shortcuts in the menu, you can use the [Read-only Key Bindings](http
1616

1717
## Vim Emulation
1818

19-
You can enable vim emulation in the code editor. [Most basic vim commands](https://github.com/cpeditor/FakeVim#supported-features) and some [custom commands](../preferences/general#custom-vim-commands) specific to CP Editor are supported. Please note, most Code Editor settings like Tab width, Indentation, Current line highlighting etc are disabled and when using vim mode but you can set them in CP Editor VimRC.
19+
You can enable vim emulation in code editor. [Most basic vim commands](https://github.com/cpeditor/FakeVim#supported-features) and some [custom commands](../preferences/general#custom-vim-commands) of CP Editor are supported. Many code editor settings like Tab width, Indentation, Current line highlighting are disabled when using vim mode but you can set them in [Vim configuration](../preferences/code-editing/#vim-configuration).
2020

2121
## Drag and Drop
2222

0 commit comments

Comments
 (0)