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 + → + +功能:向右缩放选区(跳单词) + ## ↑ 功能:向上移动