|
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 |
2 | 2 |
|
3 | 3 |
|
4 | 4 | VIM REFERENCE MANUAL by Bram Moolenaar
|
@@ -702,12 +702,16 @@ tag char note action in Normal mode ~
|
702 | 702 | |g'| g'{mark} 1 like |'| but without changing the jumplist
|
703 | 703 | |g`| g`{mark} 1 like |`| but without changing the jumplist
|
704 | 704 | |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 |
705 | 708 | |g0| g0 1 when 'wrap' off go to leftmost character of
|
706 | 709 | the current line that is on the screen;
|
707 | 710 | when 'wrap' on go to the leftmost character
|
708 | 711 | of the current screen line
|
709 | 712 | |g8| g8 print hex value of bytes used in UTF-8
|
710 | 713 | character under the cursor
|
| 714 | +|g;| g; 1 go to N older position in change list |
711 | 715 | |g<| g< display previous command output
|
712 | 716 | |g?| g? 2 Rot13 encoding operator
|
713 | 717 | |g?g?| g?? 2 Rot13 encode current line
|
@@ -736,6 +740,7 @@ tag char note action in Normal mode ~
|
736 | 740 | the screen; when 'wrap' on go to the
|
737 | 741 | leftmost non-white character of the current
|
738 | 742 | screen line
|
| 743 | +|g_| g_ 1 cursor to the last CHAR N - 1 lines lower |
739 | 744 | |ga| ga print ascii value of character under the
|
740 | 745 | cursor
|
741 | 746 | |gd| gd 1 go to definition of word under the cursor
|
|
0 commit comments