Skip to content

Update howto.{txt,jax} #2206

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 7, 2025
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
28 changes: 14 additions & 14 deletions doc/howto.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*howto.txt* For Vim バージョン 9.1. Last change: 2006 Apr 02
*howto.txt* For Vim バージョン 9.1. Last change: 2025 Aug 06


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -35,21 +35,21 @@ How to ... *howdoi* *how-do-i* *howto* *how-to*
|object-motions| オブジェクト単位で移動
|various-motions| 様々な動き
|object-select| オブジェクト単位で選択
|'whichwrap'| 行末をまたいだ移動
|'virtualedit'| テキストのないところを移動する
'whichwrap' 行末をまたいだ移動
'virtualedit' テキストのないところを移動する
|usr_27.txt| 検索のパターンを指定する
|tags-and-searches| タグを実行し特殊な検索を行う
|29.4| インクルードされるファイルを検索して変数や関数やマクロ
を見つける
|K| カーソルの下の単語をキーワードにしてマニュアルを読む

|03.7| スクロールする
|'sidescroll'| 垂直/横にスクロールする
|'scrolloff'| スクロール中に常に前後に表示する行数を決める。
'sidescroll' 垂直/横にスクロールする
'scrolloff' スクロール中に常に前後に表示する行数を決める。

|mode-switching| モードを変更する
|04.4| ビジュアルモードを使う
|'insertmode'| 挿入モードで Vim を起動する
'insertmode' 挿入モードで Vim を起動する

|40.1| キーをマップする
|24.7| 略語(abbreviations)を作る
Expand All @@ -61,13 +61,13 @@ How to ... *howdoi* *how-do-i* *howto* *how-to*

|20.1| コマンドライン編集
|20.3| コマンドライン補完
|'cmdheight'| コマンドラインの高さを広げる
'cmdheight' コマンドラインの高さを広げる
|10.3| コマンドラインの幅を指定する
|40.3| 自動的に実行されるコマンドを指定する。
バッファ/ウィンドウ を 読み込む/書き込む
入る/離れる 前/後 に。

|'autowrite'| 自動的に書き込む
'autowrite' 自動的に書き込む
|30.1| 編集-コンパイル-編集のサイクルをスピードアップする
もしくは Vim でコンパイルしてエラーを修正する

Expand All @@ -76,12 +76,12 @@ How to ... *howdoi* *how-do-i* *howto* *how-to*
|term-dependent-settings| 端末の名前によってオプションをセットする
|save-settings| 設定を保存する
|:quote| .vim ファイルでのコメント
|'helpheight'| ヘルプのデフォルトの高さを変更する
|'highlight'| さまざまなハイライティングモードをセットする
|'title'| ウィンドウのタイトルをセットする
|'icon'| ウィンドウのアイコンをセットする
|'report'| 行を編集する毎に表示されるメッセージをやめさせる
|'shortmess'| |hit-enter| プロンプトが出るのを避ける
'helpheight' ヘルプのデフォルトの高さを変更する
'highlight' さまざまなハイライティングモードをセットする
'title' ウィンドウのタイトルをセットする
'icon' ウィンドウのアイコンをセットする
'report' 行を編集する毎に表示されるメッセージをやめさせる
'shortmess' |hit-enter| プロンプトが出るのを避ける

|mouse-using| Vim でマウスを使う
|usr_08.txt| 複数のウィンドウとバッファを使う
Expand Down
28 changes: 14 additions & 14 deletions en/howto.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*howto.txt* For Vim version 9.1. Last change: 2006 Apr 02
*howto.txt* For Vim version 9.1. Last change: 2025 Aug 06


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -35,21 +35,21 @@ How to ... *howdoi* *how-do-i* *howto* *how-to*
|object-motions| text-object motions
|various-motions| various motions
|object-select| text-object selection
|'whichwrap'| move over line breaks
|'virtualedit'| move to where there is no text
'whichwrap' move over line breaks
'virtualedit' move to where there is no text
|usr_27.txt| specify pattern for searches
|tags-and-searches| do tags and special searches
|29.4| search in include'd files used to find
variables, functions, or macros
|K| look up manual for the keyword under cursor

|03.7| scroll
|'sidescroll'| scroll horizontally/sideways
|'scrolloff'| set visible context lines
'sidescroll' scroll horizontally/sideways
'scrolloff' set visible context lines

|mode-switching| change modes
|04.4| use Visual mode
|'insertmode'| start Vim in Insert mode
'insertmode' start Vim in Insert mode

|40.1| map keys
|24.7| create abbreviations
Expand All @@ -61,13 +61,13 @@ How to ... *howdoi* *how-do-i* *howto* *how-to*

|20.1| do command-line editing
|20.3| do command-line completion
|'cmdheight'| increase the height of command-line
'cmdheight' increase the height of command-line
|10.3| specify command-line ranges
|40.3| specify commands to be executed automatically
before/after reading/writing entering/leaving a
buffer/window

|'autowrite'| write automatically
'autowrite' write automatically
|30.1| speedup edit-compile-edit cycle or compile and fix
errors within Vim

Expand All @@ -76,12 +76,12 @@ How to ... *howdoi* *how-do-i* *howto* *how-to*
|term-dependent-settings| set options depending on terminal name
|save-settings| save settings
|:quote| comment my .vim files
|'helpheight'| change the default help height
|'highlight'| set various highlighting modes
|'title'| set the window title
|'icon'| set window icon title
|'report'| avoid seeing the change messages on every line
|'shortmess'| avoid |hit-enter| prompts
'helpheight' change the default help height
'highlight' set various highlighting modes
'title' set the window title
'icon' set window icon title
'report' avoid seeing the change messages on every line
'shortmess' avoid |hit-enter| prompts

|mouse-using| use mouse with Vim
|usr_08.txt| manage multiple windows and buffers
Expand Down