File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- *motion.txt* For Vim バージョン 9.1. Last change: 2024 Aug 28
1
+ *motion.txt* For Vim バージョン 9.1. Last change: 2024 Oct 05
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -170,9 +170,9 @@ h or *h*
170
170
CTRL-H or *CTRL-H* *<BS>*
171
171
<BS> [count] 文字左に移動します。| exclusive | 。
172
172
Note: <BS> キーには文字を削除させたければ次のマッピン
173
- グを使ってください:
173
+ グを使ってください: >
174
174
:map CTRL-V<BS> X
175
- ("CTRL-V<BS> " を入力するには CTRL-V キーをタイプした後
175
+ < ("CTRL-V<BS> " を入力するには CTRL-V キーをタイプした後
176
176
<BS> キーをタイプしてください)
177
177
<BS> キーがうまく動作しない場合は | :fixdel | を参照して
178
178
ください。
Original file line number Diff line number Diff line change 1
- *motion.txt* For Vim version 9.1. Last change: 2024 Aug 28
1
+ *motion.txt* For Vim version 9.1. Last change: 2024 Oct 05
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -169,9 +169,9 @@ h or *h*
169
169
CTRL-H or *CTRL-H* *<BS>*
170
170
<BS> [count] characters to the left. | exclusive | motion.
171
171
Note: If you prefer <BS> to delete a character, use
172
- the mapping:
172
+ the mapping: >
173
173
:map CTRL-V<BS> X
174
- (to enter "CTRL-V<BS> " type the CTRL-V key, followed
174
+ < (to enter "CTRL-V<BS> " type the CTRL-V key, followed
175
175
by the <BS> key)
176
176
See | :fixdel | if the <BS> key does not do what you
177
177
want.
You can’t perform that action at this time.
0 commit comments