Skip to content

Commit 6d42d9d

Browse files
authored
Merge pull request #1613 from vim-jp/hh-update-index
Update index.{txt,jax}
2 parents 3990317 + 4966f8f commit 6d42d9d

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

doc/index.jax

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*index.txt* For Vim バージョン 9.1. Last change: 2023 Jan 09
1+
*index.txt* For Vim バージョン 9.1. Last change: 2023 Jul 14
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -215,10 +215,12 @@ Note: 1 = カーソル移動コマンド 2 = アンドゥ/リドゥ可能
215215
|<Tab>| <Tab> 1 N 個先のジャンプリストの場所へジャンプする。
216216
|CTRL-I| CTRL-I 1 <Tab> と同じ。
217217
|<NL>| <NL> 1 "j" と同じ。
218+
|<S-NL>| <S-NL> 1 CTRL-F と同じ。
218219
|CTRL-J| CTRL-J 1 "j" と同じ。
219220
CTRL-K 未使用
220221
|CTRL-L| CTRL-L 画面の再描画。
221222
|<CR>| <CR> 1 カーソルを N 行下の先頭の CHAR へ移動。
223+
|<S-CR>| <S-CR> 1 CTRL-F と同じ。
222224
|CTRL-M| CTRL-M 1 <CR> と同じ。
223225
|CTRL-N| CTRL-N 1 "j" と同じ。
224226
|CTRL-O| CTRL-O 1 N 個前のジャンプリストの場所へジャンプする。
@@ -280,9 +282,11 @@ Note: 1 = カーソル移動コマンド 2 = アンドゥ/リドゥ可能
280282
|star| * 1 カーソル位置の単語を前方検索し、N 番目に見
281283
つかった位置へ移動。
282284
|+| + 1 <CR>と同じ。
285+
|<S-Plus>| <S-+> 1 CTRL-F と同じ。
283286
|,| , 1 最後に実行した f, t, F または T コマンドを
284287
逆向きに N 回繰り返す。
285288
|-| - 1 カーソルを N 行上の先頭の CHAR へ移動。
289+
|<S-Minus>| <S--> 1 CTRL-B と同じ。
286290
|.| . 2 最後の編集を N 回繰り返す。
287291
|/| /{pattern}<CR> 1 {pattern} で前方検索し、N 番目に見つかった
288292
位置へ移動。

en/index.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*index.txt* For Vim version 9.1. Last change: 2023 Jan 09
1+
*index.txt* For Vim version 9.1. Last change: 2023 Jul 14
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -213,10 +213,12 @@ tag char note action in Normal mode ~
213213
|<Tab>| <Tab> 1 go to N newer entry in jump list
214214
|CTRL-I| CTRL-I 1 same as <Tab>
215215
|<NL>| <NL> 1 same as "j"
216+
|<S-NL>| <S-NL> 1 same as CTRL-F
216217
|CTRL-J| CTRL-J 1 same as "j"
217218
CTRL-K not used
218219
|CTRL-L| CTRL-L redraw screen
219220
|<CR>| <CR> 1 cursor to the first CHAR N lines lower
221+
|<S-CR>| <S-CR> 1 same as CTRL-F
220222
|CTRL-M| CTRL-M 1 same as <CR>
221223
|CTRL-N| CTRL-N 1 same as "j"
222224
|CTRL-O| CTRL-O 1 go to N older entry in jump list
@@ -287,9 +289,11 @@ tag char note action in Normal mode ~
287289
|star| * 1 search forward for the Nth occurrence of
288290
the ident under the cursor
289291
|+| + 1 same as <CR>
292+
|<S-Plus>| <S-+> 1 same as CTRL-F
290293
|,| , 1 repeat latest f, t, F or T in opposite
291294
direction N times
292295
|-| - 1 cursor to the first CHAR N lines higher
296+
|<S-Minus>| <S--> 1 same as CTRL-B
293297
|.| . 2 repeat last change with count replaced with
294298
N
295299
|/| /{pattern}<CR> 1 search forward for the Nth occurrence of
@@ -753,7 +757,7 @@ tag char note action in Normal mode ~
753757
search pattern and Visually select it
754758
|gP| ["x]gP 2 put the text [from register x] before the
755759
cursor N times, leave the cursor after it
756-
|gQ| gQ switch to "Ex" mode with Vim editing
760+
|gQ| gQ switch to "Ex" mode with Vim editing
757761
|gR| gR 2 enter Virtual Replace mode
758762
|gT| gT go to the previous tab page
759763
|gU| gU{motion} 2 make Nmove text uppercase

0 commit comments

Comments
 (0)