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
22
33
44 VIMリファレンスマニュアル by Bram Moolenaar
@@ -170,9 +170,9 @@ h or *h*
170170CTRL-H or *CTRL-H* *<BS>*
171171<BS> [count] 文字左に移動します。| exclusive | 。
172172 Note: <BS> キーには文字を削除させたければ次のマッピン
173- グを使ってください:
173+ グを使ってください: >
174174 :map CTRL-V<BS> X
175- ("CTRL-V<BS> " を入力するには CTRL-V キーをタイプした後
175+ < ("CTRL-V<BS> " を入力するには CTRL-V キーをタイプした後
176176 <BS> キーをタイプしてください)
177177 <BS> キーがうまく動作しない場合は | :fixdel | を参照して
178178 ください。
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
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -169,9 +169,9 @@ h or *h*
169169CTRL-H or *CTRL-H* *<BS>*
170170<BS> [count] characters to the left. | exclusive | motion.
171171 Note: If you prefer <BS> to delete a character, use
172- the mapping:
172+ the mapping: >
173173 :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
175175 by the <BS> key)
176176 See | :fixdel | if the <BS> key does not do what you
177177 want.
You can’t perform that action at this time.
0 commit comments