| /vim-8.2.3635/runtime/doc/ |
| H A D | undo.txt | 150 g- Go to older text state. With a count repeat that many 153 :earlier {count} Go to older text state {count} times. 156 :earlier {N}h Go to older text state about {N} hours before. 157 :earlier {N}d Go to older text state about {N} days before. 169 g+ Go to newer text state. With a count repeat that many 172 :later {count} Go to newer text state {count} times. 173 :later {N}s Go to newer text state about {N} seconds later. 174 :later {N}m Go to newer text state about {N} minutes later. 175 :later {N}h Go to newer text state about {N} hours later. 176 :later {N}d Go to newer text state about {N} days later. [all …]
|
| H A D | tips.txt | 62 |gd| Go to Declaration of local variable under cursor. 65 |gf| Go to file name under the cursor. 68 |[/| Go to previous start of comment. 69 |]/| Go to next end of comment. 70 |[#| Go back to unclosed #if, #ifdef, or #else. 71 |]#| Go forward to unclosed #else or #endif. 72 |[(| Go back to unclosed '(' 73 |])| Go forward to unclosed ')' 74 |[{| Go back to unclosed '{' 75 |]}| Go forward to unclosed '}' [all …]
|
| H A D | tabpage.txt | 187 Go to the next tab page. Wraps around from the last to the 192 Go to tab page {count}. The first tab page has number one. > 206 {count}gt Go to tab page {count}. The first tab page has number one. 212 gT Go to the previous tab page. Wraps around from the first one 218 {count}gT Go {count} tab pages back. Wraps around from the first one 223 :tabfir[st] Go to the first tab page. 226 :tabl[ast] Go to the last tab page. 229 g<Tab> Go to the last accessed tab page.
|
| H A D | motion.txt | 1135 g; Go to [count] older position in change list. 1143 g, Go to [count] newer cursor position in change list. 1235 [( Go to [count] previous unmatched '('. 1238 [{ Go to [count] previous unmatched '{'. 1241 ]) Go to [count] next unmatched ')'. 1244 ]} Go to [count] next unmatched '}'. 1254 ]m Go to [count] next start of a method (for Java or 1260 ]M Go to [count] next end of a method (for Java or 1302 [# Go to [count] previous unmatched "#if" or "#else". 1306 ]# Go to [count] next unmatched "#else" or "#endif". [all …]
|
| H A D | usr_toc.txt | 26 |usr_21.txt| Go away and come back 187 |usr_21.txt| Go away and come back
|
| H A D | windows.txt | 450 CTRL-W CTRL-P Go to previous (last accessed) window. 453 CTRL-W P Go to preview window. When there is no preview window this is 866 Go to next tab page, same as `gt`. 869 Go to previous tab page, same as `gT`. 1238 Go to [N]th next buffer in buffer list. [N] defaults to one. 1257 Go to [N]th previous buffer in buffer list. [N] defaults to 1270 Go to first buffer in buffer list. If the buffer list is 1288 Go to last buffer in buffer list. If the buffer list is 1298 Go to [N]th next modified buffer. Note: this command also
|
| H A D | intro.txt | 648 *1 Go from Normal mode to Insert mode by giving the command "i", "I", "a", 650 *2 Go from Visual mode to Normal mode by giving a non-movement command, which 653 *3 Go from Command-line mode to Normal mode by: 661 *4 Go from Normal to Select mode by: 667 *5 Go from Select mode to Normal mode by using a non-printable command to move 669 *6 Go from Select mode to Insert mode by typing a printable character. The
|
| H A D | usr_20.txt | 18 Next chapter: |usr_21.txt| Go away and come back 382 Next chapter: |usr_21.txt| Go away and come back
|
| /vim-8.2.3635/nsis/ |
| H A D | README.txt | 13 2. Go to the src directory and build: 24 3. Go to the GvimExt directory and build gvimext.dll (or get it from a binary 30 4. Go to the VisVim directory and build VisVim.dll (or get it from a binary
|
| /vim-8.2.3635/runtime/macros/hanoi/ |
| H A D | hanoi.vim | 39 map K 1Go 72 map V Go/
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | go.vim | 2 " Language: Go 15 " C indentation is too far off useful, mainly due to Go's := operator.
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | go.vim | 2 " Language: Go
|
| H A D | pdf.vim | 78 " Go one character before the destination and advance. This method
|
| /vim-8.2.3635/runtime/compiler/ |
| H A D | go.vim | 2 " Compiler: Go
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_comments.vim | 7 exe "normal i> B\nD\<C-C>ggOA\<C-C>joC\<C-C>Go\<BS>>>> F\nH" 196 exe "normal Go > F\nH\<C-C>kOE\<C-C>joG"
|
| H A D | test_preview.vim | 26 " Go to the preview window
|
| H A D | test_mapping.vim | 11 call feedkeys("Goчкпр \<Esc>", "xt") 141 call feedkeys("Go+\<Esc>", "xt") 144 call feedkeys("Go+\<Esc>", "xt") 152 call feedkeys("Go\<C-R>a\<Esc>", "xt") 154 call feedkeys("Go\<C-R>\<C-R>a\<Esc>", "xt") 158 call feedkeys("Go\<C-R>c\<Esc>", "xt") 161 call feedkeys("Go\<C-R>a\<Esc>", "xt") 237 call feedkeys("Go-\<*M-\">-\<Esc>", "xt")
|
| H A D | test_ins_complete.vim | 338 call feedkeys("Go\<C-X>\<C-N>\<CR>\<ESC>", "tx") 750 normal Go 762 exe "normal Go{\<CR>i\<C-X>\<C-L>\<C-X>\<C-L>\<CR>}"
|
| H A D | test_popup.vim | 235 " Go through all matches, until none is selected 1166 call term_sendkeys(buf, "Go\<C-P>") 1208 call term_sendkeys(buf, "Go\<C-P>\<C-P>\<C-P>") 1217 call term_sendkeys(buf, "Go\<C-P>\<C-P>\<C-P>")
|
| H A D | test_terminal2.vim | 230 " Go to Terminal-Normal mode to update the buffer. 264 " Go to Terminal-Normal mode for a moment.
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | go.vim | 1 " Copyright 2009 The Go Authors. All rights reserved. 5 " go.vim: Vim syntax file for Go. 6 " Language: Go 164 " Go escapes
|
| H A D | typescript.vim | 6 " Changes: Go to https:github.com/HerringtonDarkholme/yats.vim for recent changes.
|
| /vim-8.2.3635/src/ |
| H A D | gui_haiku.cc | 415 int Go(); 442 bool Go(); 2211 VimDialog::Go() in Go() function in VimDialog 2564 VimSelectFontDialog::Go() in Go() function in VimSelectFontDialog 3003 BMenuItem* item = popUpMenu->Go(point); in MouseDown() 3824 return dialog->Go(); in gui_mch_font_dialog() 4703 popupMenu->Go(point, true); in gui_mch_show_popupmenu() 4932 return dialog->Go(); in gui_mch_dialog()
|
| H A D | INSTALLpc.txt | 273 Go to the official page of MSYS2: https://www.msys2.org 344 Go to the source directory of Vim, then execute the make command. E.g.: 385 somewhere, and put them on your PATH. Go to the Control Panel, (Performance 672 Go to the Download page of LuaBinaries: 954 Go to the directory that contains the Vim "src" and "runtime"
|
| /vim-8.2.3635/src/po/ |
| H A D | check.vim | 3 " Go through the file and verify that:
|