| /vim-8.2.3635/runtime/syntax/ |
| H A D | lftp.vim | 65 syn keyword lftpSettings contained dir[-colors] use-c[olor] 69 \ fat[al-timeout] o[rder] use-fo[rk] 90 \ sy[nc-mode] timez[one] use-a[bor] 91 \ use-fe[at] use-fx[p] use-hf[tp] 92 \ use-mdtm use-mdtm[-overloaded] 93 \ use-ml[sd] use-p[ret] use-q[uit] 94 \ use-site-c[hmod] use-site-i[dle] 95 \ use-site-u[time] use-siz[e] 96 \ use-st[at] use-te[lnet-iac] 101 \ use-au[thorization] use-he[ad] use-ty[pe] [all …]
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | usr_03.txt | 182 prog.c:33: j undeclared (first use in this function) ~ 211 you can see? This figure shows the three commands you can use: 323 context around the cursor, use the 'scrolloff' option. 329 for example, use the command: > 414 in "the" use: > 426 can use "g*" and "g#" to match partial words). 544 We use a computer that became the cummin winter. ~ 554 We use a computer that became the cummin winter. ~ 564 where you came from, use this command: > 637 you use this to jump there: > [all …]
|
| H A D | usr_31.txt | 9 browser can be used for commands that use a file. A dialog to make a choice 27 edit another file? There is no menu entry for this. You could first use 30 typed command is possible as well. To make the split command use the file 49 time you use a ":browse" it will start in "/usr/local/share" again. 55 current use the current directory 117 In the dialog you can use the keyboard to select the choice. 155 The value "no" doesn't use any <Alt> keys for the menus. Thus you must use 163 To see the current Vim window position on the screen use: > 181 You can use this command in your startup script to position the window at a 230 want to use the GUI after all, you can start it with: > [all …]
|
| H A D | usr_07.txt | 28 simpler way. To start editing another file, use this command: > 32 You can use any file name instead of "foo.txt". Vim will close the current 36 E37: No write since last change (use ! to override) ~ 72 file, to edit the next file you use this command: > 98 If you want to see the list of files, use this command: > 159 Or use a wildcard, like it's used in the shell: > 282 This will use data.txt.bak instead of data.txt~. 351 A register is a place where Vim stores text. Here we will use the 410 To start Vim in readonly mode, use this command: > 463 want to write the file, you can use this command: > [all …]
|
| H A D | usr_45.txt | 27 language (if they are available). To see what the current language is, use 37 it. To find out if it works, use the ":version" command and check the 150 restrictions, you can use them even when your environment uses another 160 and back without losing information. When you make Vim use Unicode 212 comes with XFree86 is one of them. Let's use that as an example. 243 to a question mark and use this command: > 311 actually use Vim to convert a file. Example: > 328 can use digraphs. This was already explained in |24.9|. 363 To see the list of mappings, use this command: > 368 Edit/Keymap menu. Otherwise you can use this command: > [all …]
|
| H A D | usr_40.txt | 8 Vim is an extensible editor. You can take a sequence of commands you use 55 You can use it to insert a date below the cursor: > 128 Suppose you hardly ever use Ex mode, and want to use the "Q" command to format 141 To avoid keys to be mapped again, use the ":noremap" command: > 294 can use digits, but this is discouraged. 341 expression, use "<q-args>": > 386 -bang You can use a !. If present, using <bang> will 406 To redefine the same command use the ! argument: > 521 but leave out the {command} at the end and use a !. Example: > 531 To list all the currently defined autocommands, use this: > [all …]
|
| H A D | gui_w32.txt | 30 return with a command prompt after starting gvim. If not, you should use the 40 One may also use `:gui` from the console version. However, this is an 78 3. Select the path to gvim for every file type that you want to use it for. 81 In the "open" action, use: > 84 You can also use this: > 92 If you want Vim to start full-screen, use this for the Open action: > 97 1. select a file you want to use Vim with 123 better to leave notepad where it is and use another way to start Vim. 187 2. In a Windows Explorer, use View/Options/File Types. Search for the file 248 To use the standard MS-Windows way of CTRL-X, CTRL-C and CTRL-V, use the [all …]
|
| H A D | usr_02.txt | 58 use this command: > 345 If you now use the "o" command and type new text: > 418 To get generic help use this command: > 429 To get out of the help window, use the same command you use to get out of 481 example, use the command: > 488 example, use the following command: > 495 in Insert mode, for instance, use this command: > 513 < More information on how to use the help: > 629 plugins). See |:helpgrep| for how to use it. 670 command switch of Vim use: > [all …]
|
| H A D | usr_04.txt | 47 of a word. If you use the "e" command to move to the end of a word, Vim 170 cursor on the < and use the "." command. 200 change. Then you can use Visual mode. 335 operator "yank" made it easier to remember to use the "y" key. 338 usual. To yank two words use "y2w". Example: 350 this, use "ye". 380 use another way. You use the normal "y" (yank) and "p" (put) commands, but 416 To change a whole sentence use "cis". Take this text: 422 Move to the start of the second line, on "is an". Now use "cis": 438 white space can remain, thus you use "cis". [all …]
|
| H A D | terminal.txt | 15 1. Basic use |terminal-use| 50 1. Basic use *terminal-use* 122 use |:tlmenu| instead of |:tmenu|. 212 buffer will use "!gdb (1)". 241 directly, use a shell, like with 262 E.g. for a shell use "++eof=exit" and 274 If you want to use more options use the |term_start()| 300 fails, use ! to force, as usual. 309 done, use options like this: > 904 use CTRL-Z or "exit()". For a shell use [all …]
|
| H A D | usr_28.txt | 21 |28.10| Which fold method to use? 133 use Visual selection: 152 To open all folds at the cursor line use |zO|. 153 To close all folds at the cursor line use |zC|. 154 To delete a fold at the cursor line use |zd|. 155 To delete all folds at the cursor line use |zD|. 169 use this only temporarily and then set it back to the default: > 215 giving lower level items a larger indent, you can use the indent folding 338 by a ">" before the line. To fold these quotes use this: > 390 *28.10* Which fold method to use? [all …]
|
| H A D | usr_22.txt | 55 5. How to get help (use the <F1> key), and an abbreviated listing 63 You can use Normal mode Vim commands to move around in the text. For example, 65 file. To go back to the browser use ":edit ." again, or use ":Explore". 134 One may also use command mode; again, just a sampling: 140 The netrw browser is not limited to just your local machine; one may use 255 file in which you use "gf" is. Thus using "gf" on "inits.h" will make Vim 273 same as the ":edit" command, except for the use of 'path'. 275 To open the found file in a new window use CTRL-W f instead of "gf", or use 371 use the name, or part of it, instead: > 393 To remove a buffer from the list, use this command: > [all …]
|
| H A D | usr_23.txt | 31 they could use <New Line> or <NL> only for end-of-line. The Apple people 33 <CR><NL> (we use <NL> for line feed in the help text). 84 If you use the good old Vi and try to edit an MS-DOS format file, you will 93 'fileformat'. You could also use "++ff=mac" or "++ff=dos". 100 You can use the 'fileformat' option to convert from one file format to 126 Then use this command: > 130 With a bit of luck, Vim will figure out which program to use for downloading 182 again. You don't need to use the "-x" argument. You can also use the normal 238 keep the computer locked up in a big safe when not in use. 278 To see on which byte you are in the file use this command: > [all …]
|
| H A D | usr_12.txt | 36 It would be replaced with "thirty4". To avoid this, use the "\<" item to 57 file and type the command manually. It's a lot faster to use record and 127 You can use up to nine backreferences in the "to" part of a substitute 154 You could also select the lines in Visual mode and then use "!sort". That's 207 When the whole file is what you want to count the words in, use this 252 can use the ":Man" command to open a window on a man page: > 265 "word(1)", press CTRL-] on it. Further ":Man" commands will use the same 268 To display a man page for the word under the cursor, use this: > 272 (If you redefined the <Leader>, use it instead of the backslash). 304 it's "/<Space><Tab>". Now use "x" to delete the space and check that the [all …]
|
| H A D | filetype.txt | 56 file. Example, for an IDL file use the command: > 96 To disable file type detection, use this command: > 455 The format to use when creating a new date-entry. 482 The search pattern to use when searching for a 492 The search pattern to use when searching for the end 504 Path of the ChangeLog to use for the current buffer. 603 To use a vertical split instead of horizontal: > 605 To use a new tab: > 608 To enable |folding|, use this: > 643 To enable folding use this: > [all …]
|
| H A D | os_mac.txt | 38 Starting with Vim version 7 you can just use the unix path separators with 57 You can use the |$VIM| and |$VIMRUNTIME| variable. > 64 It is recommended to use Unix style line separators for Vim scripts, thus a 119 When reporting any Mac specific bug or feature change, please use the vim-mac 135 use Darwin-specific properties. 167 can use `has('osxdarwin')` which returns 1 if the feature is compiled in; 0 168 otherwise. For backward compatibility, you can still use `macunix` instead of 171 Notable use cases where `--disable-darwin` is turned out to be useful are: 173 - When you want to use |x11-selection| instead of the system clipboard. 174 - When you want to use |x11-clientserver|. [all …]
|
| H A D | usr_06.txt | 37 If you always want to use syntax highlighting, put the ":syntax enable" 56 Vim will use bold, italic and underlined text, but this doesn't look 88 $VIMRUNTIME/syntax. For the GUI you can use the Syntax menu. 110 (or another dark color) it will use light colors for text. If it is 111 white (or another light color) it will use dark colors for text. If 139 the GUI use the Edit/Color Scheme menu. You can also type the command: > 193 If you are authoring a color scheme for others to use, it is important 222 If you want to stop highlighting completely use: > 230 If you want syntax highlighting only for specific files, use this: > 249 same as what you see inside Vim. But when you use a dark background the [all …]
|
| H A D | usr_21.txt | 8 This chapter goes into mixing the use of other programs with Vim. Either by 37 In case pressing CTRL-Z doesn't work, you can also use ":suspend". 131 starting Vim slower) you use a maximum of 500 lines: > 135 Other options you might want to use: 250 Later if you want to restore this session, you can use this command: > 254 If you want to start Vim and restore a specific session, you can use the 280 example, use: > 287 The obvious way to use sessions is when working on different projects. 312 For example, this is a nice layout to use: 392 properties for one window only, use a view. [all …]
|
| H A D | usr_25.txt | 82 This does not look good. To get the paragraph into shape you use the "gq" 84 Let's first use this with a Visual selection. Starting from the first 135 To center a range of lines, use the following command: > 179 example, use these commands: > 196 package that does the job. To use this package, execute the following 278 make the indents look good, then use the ":retab" command: > 304 want to enable one, use the following command: > 310 If you don't have a scrollbar or don't want to use it, use these commands to 360 When preparing text for use by another program, you might have to make 468 line, use "A", enter a lot of spaces and type the text. [all …]
|
| H A D | usr_26.txt | 38 First change "2001" to "2002". Select the lines in Visual mode, and use: > 42 Now use "gv" to reselect the same text. It doesn't matter where the cursor 43 is. Then use ":s/2000/2001/g" to make the second change. 81 The "1." will change to "4.". Again, you can use "." to repeat this on the 97 octal, use this: > 144 not result in clear, commented command files; so here you will use Ex mode 155 batch mode, use this shell script: > 182 If you use the standard input to read text from, you can use the "-S" 190 If you really want to use Normal mode commands in a script, you can use it 198 "-e" it means to be silent, and doesn't use the next argument as a [all …]
|
| H A D | mbyte.txt | 58 To change the locale inside Vim use: > 139 in, or just use a certain locale inside Vim. 210 To use a locale in Vim only, use the |:language| command: > 214 Put this in your ~/.vimrc file to use it always. 639 be set to use a different charset. In that situation you might want to use 735 The GTK+ version of GUI Vim does not use .Xdefaults, use ~/.gtkrc instead. 874 if you use IM. 1032 available keymap files, use this: > 1044 use the same value as for 'iminsert'. 1049 use a brightly colored cursor: > [all …]
|
| H A D | pi_netrw.txt | 183 If you want to use plugins, but for some reason don't wish to use netrw, then 322 |s:netrw_passwd|; subsequent use of ftp will re-use those two strings, 323 thereby simplifying use of ftp. However, if you need to use a 509 try to use scp or sftp instead. 578 will use a file > 658 prefer to use with it. 1351 will use a gvim server (see |g:netrw_servername|). Subsequent use of <cr> 1586 To delete a bookmark, use > 2001 passphrase. If you do use a passphrase, you will also need to use 2034 subsequently when you use ssh. For use with vim, you can use > [all …]
|
| H A D | usr_24.txt | 34 When you typed a whole word wrong, use CTRL-W: 40 If you really messed up a line and want to start over, use CTRL-U to delete 81 An overview of the keys you can use in Insert mode: 100 Vim do that use this command: > 228 and go one directory level deeper, use CTRL-X CTRL-F again: 355 Now use CTRL-R v to insert the function name: 367 use the command CTRL-R CTRL-R {register}. 376 use the following command: > 401 As a programmer, I use two rather unusual abbreviations: > 486 To avoid this, use the ":noreabbrev" command. It does the same as [all …]
|
| /vim-8.2.3635/runtime/tutor/ |
| H A D | tutor.vim | 68 " The Japanese tutor is available in three encodings, guess which one to use 78 " The Korean tutor is available in two encodings, guess which one to use 85 " The Chinese tutor is available in three encodings, guess which one to use 102 " The Polish tutor is available in two encodings, guess which one to use. 109 " The Turkish tutor is available in two encodings, guess which one to use 116 " The Greek tutor is available in three encodings, guess what to use. 128 " The Slovak tutor is available in three encodings, guess which one to use 135 " The Slovak tutor is available in two encodings, guess which one to use 144 " The Czech tutor is available in three encodings, guess which one to use 151 " The Russian tutor is available in three encodings, guess which one to use. [all …]
|
| /vim-8.2.3635/runtime/colors/ |
| H A D | README.txt | 30 You can use ":highlight clear" to reset everything to the defaults, and then 47 To clean up just before loading another colorscheme, use the ColorSchemePre 56 To customize a colorscheme use another name, e.g. "~/.vim/colors/mine.vim", 57 and use `:runtime` to load the original colorscheme: 66 You can use ":highlight" to find out the current colors. Exception: the 89 - Do not use hard coded escape sequences, these will not work in other 90 terminals. Always use color names or #RRGGBB for the GUI. See v:colornames
|