From 33ebc59c721cffd54c14c51ed5d6174226c8a33b Mon Sep 17 00:00:00 2001 From: Hufe921 Date: Wed, 27 Sep 2023 22:02:41 +0800 Subject: [PATCH] docs: move the cursor shortcut --- docs/en/guide/shortcut-internal.md | 16 ++++++++++++++++ docs/guide/shortcut-internal.md | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/docs/en/guide/shortcut-internal.md b/docs/en/guide/shortcut-internal.md index 27661b2..33e6b13 100644 --- a/docs/en/guide/shortcut-internal.md +++ b/docs/en/guide/shortcut-internal.md @@ -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 diff --git a/docs/guide/shortcut-internal.md b/docs/guide/shortcut-internal.md index 42f0c3f..1ae9ca8 100644 --- a/docs/guide/shortcut-internal.md +++ b/docs/guide/shortcut-internal.md @@ -24,6 +24,14 @@ 功能:向左缩放选区 +## Ctrl/Cmd + ← + +功能:向左移动(跳单词) + +## Ctrl/Cmd + Shift + ← + +功能:向左缩放选区(跳单词) + ## → 功能:向右移动 @@ -32,6 +40,14 @@ 功能:向右缩放选区 +## Ctrl/Cmd + → + +功能:向右移动(跳单词) + +## Ctrl/Cmd + Shift + → + +功能:向右缩放选区(跳单词) + ## ↑ 功能:向上移动