Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions doc/motion.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*motion.txt* For Vim バージョン 9.1. Last change: 2024 Aug 28
*motion.txt* For Vim バージョン 9.1. Last change: 2024 Oct 05


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -170,9 +170,9 @@ h or *h*
CTRL-H or *CTRL-H* *<BS>*
<BS> [count] 文字左に移動します。|exclusive|。
Note: <BS> キーには文字を削除させたければ次のマッピン
グを使ってください:
グを使ってください: >
:map CTRL-V<BS> X
("CTRL-V<BS>" を入力するには CTRL-V キーをタイプした後
< ("CTRL-V<BS>" を入力するには CTRL-V キーをタイプした後
<BS> キーをタイプしてください)
<BS> キーがうまく動作しない場合は |:fixdel| を参照して
ください。
Expand Down
6 changes: 3 additions & 3 deletions en/motion.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*motion.txt* For Vim version 9.1. Last change: 2024 Aug 28
*motion.txt* For Vim version 9.1. Last change: 2024 Oct 05


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -169,9 +169,9 @@ h or *h*
CTRL-H or *CTRL-H* *<BS>*
<BS> [count] characters to the left. |exclusive| motion.
Note: If you prefer <BS> to delete a character, use
the mapping:
the mapping: >
:map CTRL-V<BS> X
(to enter "CTRL-V<BS>" type the CTRL-V key, followed
< (to enter "CTRL-V<BS>" type the CTRL-V key, followed
by the <BS> key)
See |:fixdel| if the <BS> key does not do what you
want.
Expand Down