docs: move the cursor shortcut

This commit is contained in:
Hufe921
2023-09-27 22:02:41 +08:00
parent b38e4ed0dd
commit 33ebc59c72
2 changed files with 32 additions and 0 deletions
+16
View File
@@ -24,6 +24,14 @@ Feature: Move to the left
Feature: Zoom the selection to the left
## Ctrl/Cmd + ←
Feature: Move to the left(jump word)
## Ctrl/Cmd + Shift + ←
Feature: Zoom the selection to the left(jump word)
## →
Feature: Move to the right
@@ -32,6 +40,14 @@ Feature: Move to the right
Feature: Zoom the selection to the right
## Ctrl/Cmd + →
Feature: Move to the right(jump word)
## Ctrl/Cmd + Shift + →
Feature: Zoom the selection to the right(jump word)
## ↑
Feature: Move up
+16
View File
@@ -24,6 +24,14 @@
功能:向左缩放选区
## Ctrl/Cmd + ←
功能:向左移动(跳单词)
## Ctrl/Cmd + Shift + ←
功能:向左缩放选区(跳单词)
## →
功能:向右移动
@@ -32,6 +40,14 @@
功能:向右缩放选区
## Ctrl/Cmd + →
功能:向右移动(跳单词)
## Ctrl/Cmd + Shift + →
功能:向右缩放选区(跳单词)
## ↑
功能:向上移动