Skip to content

Commit e452619

Browse files
committed
Merge pull request #125 from miyakogi/devel
Update index.txt
2 parents 8d0fbcb + a8b74fa commit e452619

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

doc/index.jax

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*index.txt* For Vim バージョン 7.4. Last change: 2015 Jan 07
1+
*index.txt* For Vim バージョン 7.4. Last change: 2015 Feb 12
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -725,10 +725,14 @@ Note: 1 = カーソル移動コマンド 2 = アンドゥ/リドゥ可能
725725
|g`| g`{mark} 1 |`|と同じだがジャンプリストを更新しない
726726
|gstar| g* 1 "*" と同様、ただし "\<" と "\>" を使用しな
727727
い。
728+
|g+| g+ N 回後の新しいテキスト状態へ移動。
729+
|g,| g, 1 変更リスト中の N 個後の位置へ移動。
730+
|g-| g- N 回前の古いテキスト状態へ移動。
728731
|g0| g0 1 本当の行頭ではなく、表示されたとおりの、見
729732
ため上の行頭へ移動
730733
|g8| g8 UTF-8環境でカーソル位置の文字のバイト列を16
731734
進数で表示する
735+
|g;| g; 1 変更リスト中の N 個前の位置へ移動。
732736
|g<| g< 前のコマンドの出力を表示する。
733737
|g?| g? 2 Rot13 エンコード演算子。
734738
|g?g?| g?? 2 現在の行を Rot13 エンコード。
@@ -753,6 +757,7 @@ Note: 1 = カーソル移動コマンド 2 = アンドゥ/リドゥ可能
753757
を実行する
754758
|g^| g^ 1 本当の行頭ではなく、表示されたとおりの、見
755759
ため上の行頭から最初の非空白文字へ移動
760+
|g_| g_ 1 N-1 行下の最後の非空白文字へ移動。
756761
|ga| ga カーソル位置の文字の ASCII コード値を表示
757762
|gd| gd 1 カーソル位置の単語の定義を現在の関数内で探
758763
し、移動

en/index.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*index.txt* For Vim version 7.4. Last change: 2015 Jan 07
1+
*index.txt* For Vim version 7.4. Last change: 2015 Feb 12
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -702,12 +702,16 @@ tag char note action in Normal mode ~
702702
|g'| g'{mark} 1 like |'| but without changing the jumplist
703703
|g`| g`{mark} 1 like |`| but without changing the jumplist
704704
|gstar| g* 1 like "*", but without using "\<" and "\>"
705+
|g+| g+ go to newer text state N times
706+
|g,| g, 1 go to N newer position in change list
707+
|g-| g- go to older text state N times
705708
|g0| g0 1 when 'wrap' off go to leftmost character of
706709
the current line that is on the screen;
707710
when 'wrap' on go to the leftmost character
708711
of the current screen line
709712
|g8| g8 print hex value of bytes used in UTF-8
710713
character under the cursor
714+
|g;| g; 1 go to N older position in change list
711715
|g<| g< display previous command output
712716
|g?| g? 2 Rot13 encoding operator
713717
|g?g?| g?? 2 Rot13 encode current line
@@ -736,6 +740,7 @@ tag char note action in Normal mode ~
736740
the screen; when 'wrap' on go to the
737741
leftmost non-white character of the current
738742
screen line
743+
|g_| g_ 1 cursor to the last CHAR N - 1 lines lower
739744
|ga| ga print ascii value of character under the
740745
cursor
741746
|gd| gd 1 go to definition of word under the cursor

0 commit comments

Comments
 (0)