diff --git a/doc/motion.jax b/doc/motion.jax index cd8f3a3dc..651c72467 100644 --- a/doc/motion.jax +++ b/doc/motion.jax @@ -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 @@ -170,9 +170,9 @@ h or *h* CTRL-H or *CTRL-H* ** [count] 文字左に移動します。|exclusive|。 Note: キーには文字を削除させたければ次のマッピン - グを使ってください: + グを使ってください: > :map CTRL-V X - ("CTRL-V" を入力するには CTRL-V キーをタイプした後 +< ("CTRL-V" を入力するには CTRL-V キーをタイプした後 キーをタイプしてください) キーがうまく動作しない場合は |:fixdel| を参照して ください。 diff --git a/en/motion.txt b/en/motion.txt index 62947c0af..99fd3e24b 100644 --- a/en/motion.txt +++ b/en/motion.txt @@ -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 @@ -169,9 +169,9 @@ h or *h* CTRL-H or *CTRL-H* ** [count] characters to the left. |exclusive| motion. Note: If you prefer to delete a character, use - the mapping: + the mapping: > :map CTRL-V X - (to enter "CTRL-V" type the CTRL-V key, followed +< (to enter "CTRL-V" type the CTRL-V key, followed by the key) See |:fixdel| if the key does not do what you want.