Skip to content

Update usr_24.{txt,jax} #2076

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
Jun 1, 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
1 change: 1 addition & 0 deletions doc/usr_24.jax
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ CTRL-P を押すと、さらに次の候補が補完されます。この場合
CTRL-X CTRL-D マクロ定義 (インクルードファイルの中も探す)
CTRL-X CTRL-I カレントファイルとインクルードファイル
CTRL-X CTRL-K 辞書
CTRL-X CTRL-R レジスタからの単語
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

上下を考えると、単語というのがちょっとだけ微妙な感じはありますが、よい代案もないですね...

「レジスタ内」...イマイチ

CTRL-X CTRL-T 同義語辞書 (シソーラス)
CTRL-X CTRL-] タグ
CTRL-X CTRL-V Vim のコマンドライン
Expand Down
1 change: 1 addition & 0 deletions en/usr_24.txt
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ with a certain type of item:
CTRL-X CTRL-D macro definitions (also in included files)
CTRL-X CTRL-I current and included files
CTRL-X CTRL-K words from a dictionary
CTRL-X CTRL-R words from registers
CTRL-X CTRL-T words from a thesaurus
CTRL-X CTRL-] tags
CTRL-X CTRL-V Vim command line
Expand Down