| /vim-8.2.3635/runtime/doc/ |
| H A D | index.txt | 256 this line and go to its match, or go to 607 |CTRL-W_t| CTRL-W t go to top window 758 |gT| gT go to the previous tab page 792 |go| go 1 cursor to byte N in the buffer 798 |gt| gt go to the next tab page 1205 |:cNext| :cN[ext] go to previous error 1220 |:cc| :cc go to specific error 1244 |:cnext| :cn[ext] go to next error 1340 |:goto| :go[to] go to byte in the buffer 1416 |:ll| :ll go to specific location [all …]
|
| H A D | usr_32.txt | 24 Sometimes you make several changes, and then discover you want to go back to 31 You can repeat this command to go further back in the past. Or use a count 32 different from 1 to go back faster. 34 If you go back too far, go forward again with: > 79 "one". Use |CTRL-R| to redo, and you will go to "one too". One more |CTRL-R| 80 takes you to "me too". Thus undo and redo go up and down in the tree, using 118 Now you change your mind and want to go back to "me too". Use the |g-| 144 Then you may want to go to the text of some minutes ago. 154 was made. Assuming we are below change 4, at "not two", you can go back ten 161 "h" for hours and "d" for days. To go all the way back use a big number: >
|
| H A D | help.txt | 5 Move around: Use the cursor keys, or "h" to go left, h l 6 "j" to go down, "k" to go up, "l" to go right. j 13 Jump back: Type CTRL-O. Repeat to go further back. 15 Get specific help: It is possible to go directly to whatever you want help 233 CTRL-T, CTRL-O, g<RightMouse>, or <C-RightMouse> to go back to where you were.
|
| H A D | tabpage.txt | 181 label to switch to that tab page. Click where there is no label to go to the 193 :-tabnext " go to the previous tab page 194 :+tabnext " go to the next tab page 195 :+2tabnext " go to the two next tab page 196 :1tabnext " go to the first tab page 197 :$tabnext " go to the last tab page 199 :tabnext # " go to the last accessed tab page 200 :tabnext - " go to the previous tab page 202 :tabnext + " go to the next tab page 374 convenient method is to split it in two parts: First go over all the tab
|
| H A D | usr_02.txt | 85 you press the <Esc> key to stop Insert mode and go back to Normal mode. You 118 If you press <Esc> to go back to Normal mode the last line will be made blank. 165 insert a word somewhere. Don't forget to press <Esc> to go back to Normal 304 can go to any of the situations you had. More about that in section |32.2|. 438 After a few jumps, you might want to go back. CTRL-T (pop tag) takes you 516 2) Follow the links in bars to related help. You can go from the detailed 536 :help go-<letter> 553 8) Ex-commands always start with ":", so to go to the ":s" command help: > 556 9) Commands specifically for debugging start with ">". To go to the help 632 < This takes you to the first match. To go to the next one: > [all …]
|
| H A D | usr_29.txt | 40 Now when you are in Vim and you want to go to a function definition, you can 90 Now to go back. The CTRL-T command goes to the preceding tag. In the example 93 back. You have gone forward, and now back. Let's go forward again. The 100 These commands thus allow you to go down a call tree with CTRL-] and back 192 :tfirst go to first match 193 :[count]tprevious go to [count] previous match 194 :[count]tnext go to [count] next match 195 :tlast go to last match 251 Move the cursor to the line that contains the function you want to go to. 252 Now press <Enter>. Vim will go to the other window and jump to the selected [all …]
|
| H A D | usr_22.txt | 36 " Quick Help: <F1>:help -:go up dir D:delete R:rename s:sort-by x:exec ~ 65 file. To go back to the browser use ":edit ." again, or use ":Explore". 172 Vim remembers the last directory that you used. Use "cd -" to go back to it. 211 directory, it will go back to using the shared directory. 388 :bnext go to next buffer 389 :bprevious go to previous buffer 390 :bfirst go to the first buffer 391 :blast go to the last buffer
|
| H A D | windows.txt | 431 current one. If there is no window below or right, go to 433 With count: go to Nth window (windows are numbered from 436 of windows go to the last window. 704 Short for ":split | [N]Next": split window and go to Nth 720 Short for ":split | last": split window and go to last 1251 Split window and go to [N]th next buffer in buffer list. 1271 empty, go to the first unlisted buffer. 1280 buffer list is empty, go to the first unlisted buffer. 1289 empty, go to the last unlisted buffer. 1294 buffer list is empty, go to the last unlisted buffer. [all …]
|
| H A D | quickref.txt | 175 |`a| `{a-z} go to mark {a-z} within current file 176 |`A| `{A-Z} go to mark {A-Z} in any file 178 |``| `` go to the position before the last jump 183 |`>| `> go to the end of the (previous) Visual area 188 |CTRL-O| N CTRL-O go to Nth older position in jump list 189 |CTRL-I| N CTRL-I go to Nth newer position in jump list 195 "#else"/"#endif" in this line and go to its match 196 |H| N H go to the Nth line in the window, on the first 200 |L| N L go to the Nth line from the bottom, on the first 203 |go| N go go to Nth byte in the buffer [all …]
|
| H A D | motion.txt | 201 $ or <End> To the end of the line. When a count is given also go 360 :[range]go[to] [count] *:go* *:goto* *go* 361 [count]go Go to [count] byte in the buffer. Default [count] is 1008 automatically and the user doesn't want to go to this 1060 can go to cursor positions before older jumps, and back again. Thus you can 1093 With more CTRL-O commands you will go to lines 70 and 1. If you use CTRL-I 1094 you can go back to 1154 and 1167 again. Note that the number in the "jump" 1137 positions go to the oldest change. 1149 use "999g;" to go to the first change for which the position is still 1189 Now you can use "g," to go to line 11 and "2g," to go [all …]
|
| H A D | usr_03.txt | 112 want to go to the h of human. Just execute the command "fh" and the cursor 120 You can specify a count; therefore, you can go to the "l" of "foul" with 185 find line 33? One way is to do "9999k" to go to the top of the file and "32j" 186 to go down thirty-two lines. It is not a good way, but it works. A much 192 go to the start of a file use "gg". "1G" will do the same, but is a tiny bit 433 and press "n" to go along all the matches. 563 position from before this jump. This position is called a mark. To go back 616 To go to a mark, use the command `{mark}, where {mark} is the mark letter.
|
| H A D | undo.txt | 63 You can go back in time with the undo command. You can then go forward again 120 change. The undone changes become a branch. You can go to that branch with 162 it was written. Otherwise it will go to the write 165 the file was not written, ":earlier 1f" will go to 180 will go to the newest text state.
|
| H A D | usr_20.txt | 198 If you press <Tab> on the last matching entry, you will go back to what you 204 Use CTRL-P to go through the list in the other direction: 304 Vim will now go back to the previous command that started with "se". You have 311 If you do not find the line you were looking for, use <Down> to go back to 358 example, move up with "5k" to the ":e config.h.in" line. Type "$h" to go to
|
| /vim-8.2.3635/src/xdiff/ |
| H A D | xdiffi.c | 811 struct xdlgroup g, go; in xdl_change_compact() local 816 group_init(xdfo, &go); in xdl_change_compact() 843 if (group_previous(xdfo, &go)) in xdl_change_compact() 852 if (go.end > go.start) in xdl_change_compact() 859 if (group_next(xdfo, &go)) in xdl_change_compact() 862 if (go.end > go.start) in xdl_change_compact() 883 while (go.end == go.start) { in xdl_change_compact() 886 if (group_previous(xdfo, &go)) in xdl_change_compact() 929 if (group_previous(xdfo, &go)) in xdl_change_compact() 938 if (group_next(xdfo, &go)) in xdl_change_compact() [all …]
|
| /vim-8.2.3635/runtime/compiler/ |
| H A D | go.vim | 3 " Maintainer: David Barnett (https://github.com/google/vim-ft-go) 9 let current_compiler = 'go' 18 CompilerSet makeprg=go\ build
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | godoc.vim | 2 " Language: Godoc (generated documentation for go) 3 " Maintainer: David Barnett (https://github.com/google/vim-ft-go)
|
| H A D | go.vim | 5 " go.vim: Vim syntax file for Go. 10 " Repository: https://github.com/fatih/vim-go 109 syn keyword goStatement defer go goto return break continue fallthrough 159 syn region goGenerate start="^\s*//go:generate" end="$" contains=goGenerateVariables 329 " included from: https://github.com/athom/more-colorful.vim/blob/master/after/syntax/go.vim 433 syn match goBuildKeyword display contained "+build\|go:build" 481 let b:current_syntax = "go"
|
| H A D | gtkrc.vim | 62 …to-bottom gtk-goto-first gtk-goto-last gtk-goto-top gtk-go-back gtk-go-down gtk-go-forward gtk-go-…
|
| H A D | atlas.vim | 21 syn match atlasStatement "\<go[ ]\+to\>" 27 "syn keyword atlasReserved true false go nogo hi lo via
|
| /vim-8.2.3635/runtime/tutor/ |
| H A D | tutor.pl | 284 ** Wpisanie liczby z operatorem powtarza go odpowiedni� ilo�� razy. ** 333 1. Przenie� kursor do zdania poni�ej oznaczonego ---> i umie�� go na 356 4. By powt�rzy� ruch, poprzed� go liczb�: 2w 405 3. Wpisz r a potem znak jaki powinien go zast�pi�. 642 poleceniem vim TEST , plik by�by dok�adn� kopi� tutoriala, kiedy go 665 zobaczy�. Jeszcze go nie usuwaj! U�yjemy go w nast�pnej lekcji. 710 4. :r NAZWA_PLIKU wczytuje z dysku plik NAZWA_PLIKU i wstawia go do 790 ** u�yj operatora y aby skopiowa� tekst i p aby go wklei� ** 802 6. U�yj trybu Wizualnego, aby wybra� " element.", yankuj go y , przejd� do 949 przegl�d jego mo�liwo�ci, wystarczaj�cy by� m�g� go u�ywa�. Jest on
|
| H A D | tutor.pl.utf-8 | 160 5. Jeśli zakończyłeś vimtutor w kroku 1., uruchom go ponownie i przejdź 284 ** Wpisanie liczby z operatorem powtarza go odpowiednią ilość razy. ** 333 1. Przenieś kursor do zdania poniżej oznaczonego ---> i umieść go na 356 4. By powtórzyć ruch, poprzedź go liczbą: 2w 405 3. Wpisz r a potem znak jaki powinien go zastąpić. 642 poleceniem vim TEST , plik byłby dokładną kopią tutoriala, kiedy go 665 zobaczyć. Jeszcze go nie usuwaj! Użyjemy go w następnej lekcji. 710 4. :r NAZWA_PLIKU wczytuje z dysku plik NAZWA_PLIKU i wstawia go do 790 ** użyj operatora y aby skopiować tekst i p aby go wkleić ** 844 4. Operator y yankuje (kopiuje) tekst, p pakuje (wkleja) go. [all …]
|
| H A D | tutor.pl.cp1250 | 160 5. Je�li zako�czy�e� vimtutor w kroku 1., uruchom go ponownie i przejd� 284 ** Wpisanie liczby z operatorem powtarza go odpowiedni� ilo�� razy. ** 333 1. Przenie� kursor do zdania poni�ej oznaczonego ---> i umie�� go na 356 4. By powt�rzy� ruch, poprzed� go liczb�: 2w 405 3. Wpisz r a potem znak jaki powinien go zast�pi�. 642 poleceniem vim TEST , plik by�by dok�adn� kopi� tutoriala, kiedy go 665 zobaczy�. Jeszcze go nie usuwaj! U�yjemy go w nast�pnej lekcji. 710 4. :r NAZWA_PLIKU wczytuje z dysku plik NAZWA_PLIKU i wstawia go do 790 ** u�yj operatora y aby skopiowa� tekst i p aby go wklei� ** 844 4. Operator y yankuje (kopiuje) tekst, p pakuje (wkleja) go. [all …]
|
| /vim-8.2.3635/runtime/macros/maze/ |
| H A D | maze_mac | 16 " 2. Check if you have a wall on your left. If so, go to step 4. 22 " go to step 2. 29 " To go north or south, you move by a one character step, but to move east or 158 " g - go runs the whole show 183 " `a@m - go back to the current position and execute the macro, this will 194 " `a@r - go back to the current position and exectute the macro to restore
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | rustfmt.vim | 3 " Adapted from https://github.com/fatih/vim-go 4 " For bugs, patches and license go to https://github.com/rust-lang/rust.vim
|
| /vim-8.2.3635/runtime/spell/ |
| H A D | README.txt | 8 files. Most of them go under the LGPL or a similar license. 15 ftp://ftp.gnu.org/gnu/aspell/dict/. Most go under the GPL or LGPL copyright. 21 patch and running Vim to generate the .spl file. To do this all in one go use
|