Skip to content

Update index.txt #125

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
Apr 25, 2015
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
7 changes: 6 additions & 1 deletion doc/index.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*index.txt* For Vim バージョン 7.4. Last change: 2015 Jan 07
*index.txt* For Vim バージョン 7.4. Last change: 2015 Feb 12


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -725,10 +725,14 @@ Note: 1 = カーソル移動コマンド 2 = アンドゥ/リドゥ可能
|g`| g`{mark} 1 |`|と同じだがジャンプリストを更新しない
|gstar| g* 1 "*" と同様、ただし "\<" と "\>" を使用しな
い。
|g+| g+ N 回後の新しいテキスト状態へ移動。
|g,| g, 1 変更リスト中の N 個後の位置へ移動。
|g-| g- N 回前の古いテキスト状態へ移動。
|g0| g0 1 本当の行頭ではなく、表示されたとおりの、見
ため上の行頭へ移動
|g8| g8 UTF-8環境でカーソル位置の文字のバイト列を16
進数で表示する
|g;| g; 1 変更リスト中の N 個前の位置へ移動。
|g<| g< 前のコマンドの出力を表示する。
|g?| g? 2 Rot13 エンコード演算子。
|g?g?| g?? 2 現在の行を Rot13 エンコード。
Expand All @@ -753,6 +757,7 @@ Note: 1 = カーソル移動コマンド 2 = アンドゥ/リドゥ可能
を実行する
|g^| g^ 1 本当の行頭ではなく、表示されたとおりの、見
ため上の行頭から最初の非空白文字へ移動
|g_| g_ 1 N-1 行下の最後の非空白文字へ移動。
|ga| ga カーソル位置の文字の ASCII コード値を表示
|gd| gd 1 カーソル位置の単語の定義を現在の関数内で探
し、移動
Expand Down
7 changes: 6 additions & 1 deletion en/index.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*index.txt* For Vim version 7.4. Last change: 2015 Jan 07
*index.txt* For Vim version 7.4. Last change: 2015 Feb 12


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -702,12 +702,16 @@ tag char note action in Normal mode ~
|g'| g'{mark} 1 like |'| but without changing the jumplist
|g`| g`{mark} 1 like |`| but without changing the jumplist
|gstar| g* 1 like "*", but without using "\<" and "\>"
|g+| g+ go to newer text state N times
|g,| g, 1 go to N newer position in change list
|g-| g- go to older text state N times
|g0| g0 1 when 'wrap' off go to leftmost character of
the current line that is on the screen;
when 'wrap' on go to the leftmost character
of the current screen line
|g8| g8 print hex value of bytes used in UTF-8
character under the cursor
|g;| g; 1 go to N older position in change list
|g<| g< display previous command output
|g?| g? 2 Rot13 encoding operator
|g?g?| g?? 2 Rot13 encode current line
Expand Down Expand Up @@ -736,6 +740,7 @@ tag char note action in Normal mode ~
the screen; when 'wrap' on go to the
leftmost non-white character of the current
screen line
|g_| g_ 1 cursor to the last CHAR N - 1 lines lower
|ga| ga print ascii value of character under the
cursor
|gd| gd 1 go to definition of word under the cursor
Expand Down