v0.18.2
What's Changed
- 新規:
- 「次の論理行頭へのカーソル移動」コマンドを追加しました。#43
- キー割り当てはありません。
- このコマンドはVZエディタの上書きモード時のENTERキーに近い動作を提供します。
- コマンドIDは
vz.cursorNextLineStart
です。補助コマンドvz.findStartCursorNextLineStart
もあります。
- 「次の論理行頭へのカーソル移動」コマンドを追加しました。#43
- New:
- Added a new command that moves the cursor to the beginning of the next line. #43
- It has no keybinding.
- It provides a similar behavior to that of the Enter key in overwrite mode of VZ Editor.
- The command ID is
vz.cursorNextLineStart
. Supplementary commandvz.findStartCursorNextLineStart
is also available.
- Added a new command that moves the cursor to the beginning of the next line. #43
Full Changelog: v0.18.1...v0.18.2