| /vim-8.2.3635/runtime/tutor/ |
| H A D | tutor.utf-8 | 37 Now you know how to move to the next lesson. 65 will learn how to save the changes to a file. 212 ** Type d$ to delete to the end of the line. ** 220 4. Type d$ to delete to the end of the line. 266 4. Type 0 (zero) to move to the start of the line. 475 the word, c$ to change to the end of a line. 489 Type G to move to a line in the file. ** 500 2. Press G to move you to the bottom of the file. 501 Type gg to move you to the start of the file. 931 3. Type CTRL-W CTRL-W to jump to another window. [all …]
|
| H A D | tutor | 37 Now you know how to move to the next lesson. 65 will learn how to save the changes to a file. 212 ** Type d$ to delete to the end of the line. ** 220 4. Type d$ to delete to the end of the line. 266 4. Type 0 (zero) to move to the start of the line. 475 the word, c$ to change to the end of a line. 489 Type G to move to a line in the file. ** 500 2. Press G to move you to the bottom of the file. 501 Type gg to move you to the start of the file. 931 3. Type CTRL-W CTRL-W to jump to another window. [all …]
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | ft_rust.txt | 27 Set this option to the path to rustc for use in the |:RustRun| and 34 Set this option to 1 to have 'makeprg' default to "rustc" instead of 101 Set this option to 1 to run |:RustFmt| automatically when saving a 107 Set this option to 1 to prevent 'rustfmt' from populating the 113 Set this option to a string of options to pass to 'rustfmt'. The 121 Set this option to override the URL for the playpen to use: > 143 The arguments given to |:RustRun| will be passed to the 161 The arguments given to |:RustExpand| will be passed to rustc. 166 pass to rustc --pretty. Otherwise it will default to 178 The arguments given to |:RustEmitIr| will be passed to rustc. [all …]
|
| H A D | usr_07.txt | 9 Define a list of files to work on and jump from one to the other. Copy text 27 So far you had to start Vim for every file you wanted to edit. There is a 82 But mostly you want to save the changes and move on to the next file. There 126 And to move back to the first one again: > 139 When moving around the files and making changes, you have to remember to use 141 always want to write modified files, you can tell Vim to automatically write 221 ":edit one.txt" to come back to "one.txt". If you now use `" Vim jumps to the 263 Don't forget that you can use CTRL-O and CTRL-I to jump to older and newer 330 Now edit the file you want to put the text in. Move the cursor to the 425 example, to be able to read it easily. [all …]
|
| H A D | rileft.txt | 22 ability to display their text from right-to-left. Files in those languages 26 right to left. 29 solution to these languages. Bidi offers the user the ability to view 30 both right-to-left as well as left-to-right text properly at the same time 32 bidi and is merely opting to present a functional means to display/enter/use 44 is per window, so it is possible to view the same file in right-to-left 46 in which both right-to-left and left-to-right text exist). 69 + 'rightleft' ('rl') sets window orientation to right-to-left. 74 (such as search) to be utilized in right-to-left orientation as well. 80 inserting happens backwards. This can be used to type right-to-left [all …]
|
| H A D | arabic.txt | 11 In order to use right-to-left and Arabic mapping support, it is 26 ought to appear as such on the screen (i.e. from right to left). 31 certain instances, to either superimpose up to two characters on top 48 file in right-to-left and left-to-right modes, simultaneously. 55 right-to-left mode (there are liable to be bugs). 122 to be appended, 158 include ':set arabic' to it. 200 to your .vimrc file. 222 to your .vimrc file. 224 + Arabic right-to-left Mode [all …]
|
| H A D | usr_03.txt | 8 Before you can insert or delete text the cursor has to be moved to the right 15 |03.3| Moving to a character 62 out in the help directly, 'iskeyword' needs to be reset for the examples to 98 editor to move to the end of another line. For example, "1$" moves you to 112 want to go to the h of human. Just execute the command "fh" and the cursor 185 find line 33? One way is to do "9999k" to go to the top of the file and "32j" 206 Another way to move to a line is using the "%" command with a count. For 207 example "50%" moves you to halfway the file. "90%" goes to near the end. 501 The Vim editor uses regular expressions to specify what to search for. 617 Thus to move to the a mark: [all …]
|
| H A D | uganda.txt | 52 impossible to contact the maintainer, the obligation to send him 58 text under a) applies to those changes. 67 - The license that applies to the changes permits you to distribute 75 available to him. 151 to learn how to take care of themselves and how to avoid infections. There is 153 prevent people from getting ill and to teach them how to grow healthy food. 165 needs to be improved. KCC helps schools to improve their teaching methods. 180 When I came back to Holland, I wanted to continue supporting KCC. To do this 221 checks can be sent to them to lower banking costs. 260 really simple to use. Use this link to find more info: [all …]
|
| H A D | todo.txt | 12 able to look for "the next thing to do": 1867 Patch to append regexp to tag commands to make it possible to select one out 2821 moved to the next line. Default '>', set to a space to blank it out. Check 4069 to latin1. Add a command to convert the latin1 characters to utf-8? 4188 8 Allow the user to add items to the Syntax menu sorted, without having to 4238 7 Be able to write current highlighting to a file as commands, similar to 4608 - Add 'search' option to 'scrollopt' to allow 'scrollbind' windows to 5890 7 [t to move to previous xml/html tag (like "vatov"), ]t to move to next 5892 7 [< to move to previous xml/html tag, e.g., previous <li>. ]< to move to 5993 - Add flag to 'formatoptions' to be able to format book-style paragraphs [all …]
|
| 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 271 back, you have Vim configured to work Vi compatible. Look here to fix 316 That works fine; but what happens if you want to add stuff to the end of the 322 to 325 move the cursor over to the dot at the end of the line. Then type "x" to 388 Don't forget to press <Enter> to finish the command. 553 8) Ex-commands always start with ":", so to go to the ":s" command help: > 632 < This takes you to the first match. To go to the next one: > [all …]
|
| H A D | usr_12.txt | 13 |12.2| Change "Last, First" to "First Last" 34 all words in a line to be replaced. 47 in the code. Since this is difficult to specify, add the "c" flag to have the 60 There is a function called "GetResp" that you want to rename to "GetAnswer". 98 You want to change that to: 127 You can use up to nine backreferences in the "to" part of a substitute 213 easy to read. 236 simple way: Move the cursor to the word you want to find help on and press > 257 the help you were looking for. Use CTRL-W w to jump to the window with the 279 to display the man page for strstr(). [all …]
|
| H A D | usr_29.txt | 9 contains many features to aid in writing programs. Jump around to find where 28 tags file. This can be used by Vim to directly jump from any place to the 40 Now when you are in Vim and you want to go to a function definition, you can 50 call to "write_line" and pressing CTRL-], you jump to the definition of this 91 above you get back to the "write_line" function, in the call to "write_char". 124 them. Vim will then only be able to jump to tags within that directory. 169 one to jump to: > 211 Vim to use a pattern to find the tag. 212 Suppose you want to jump to a tag that contains "block". First type 251 Move the cursor to the line that contains the function you want to go to. [all …]
|
| H A D | usr_26.txt | 29 Suppose you have some lines where you want to change "2001" to "2002" and 30 "2000" to "2001": 65 Use "n" to find the next year, and press "." to repeat the CTRL-A ("." is a 67 Hint: set the 'hlsearch' option to see the matches you are going to change, 81 The "1." will change to "4.". Again, you can use "." to repeat this on the 106 Suppose you have a variable called "x_cnt" and you want to change it to 140 "-person-" to "Jones" and then print it. How do you do that? One way is to 141 do a lot of typing. The other is to write a shell script to do the work. 183 argument to read a script: > 203 the cursor to the next line. [all …]
|
| H A D | channel.txt | 149 For all callbacks: Use |function()| to bind it to arguments 177 "waittime" The time to wait for the connection to be made in 218 messages to read or callbacks to invoke. 440 to check if there is something to read. 532 need to use |ch_readraw()| to fetch the rest. 1109 stdin/stdout/stderr to it. Similar to using 1141 "out_buf": number the number of the buffer to write to 1148 "err_io": "out" stderr messages to go to stdout 1154 "err_buf": number the number of the buffer to write to 1232 signals. E.g. to force a job to stop, "kill it": > [all …]
|
| H A D | usr_10.txt | 87 you to make any changes and then still use "@a" to replay the recorded 95 delete commands. This allows you to mix recording with other commands to 121 Suppose you have recorded a command to change a word to register c. It 122 works properly, but you would like to add a search for the next word to 128 writing to an uppercase register name means to append to the register with 152 This command changes the "from" string to the "to" string in the lines 172 to: 246 cursor to the end: > 317 When using Visual mode to select part of a line, or using CTRL-V to 359 Suppose you want to change "foobar" to "barfoo", but only in C++ style [all …]
|
| H A D | usr_21.txt | 38 Don't forget to bring Vim back to the foreground, you would lose any changes 77 This is similar to using CTRL-Z to suspend Vim. The difference is that a new 107 You might want to set it to remember more information. This is done through 166 position that '0 pointed to is made '1. And '1 is made to '2, and so forth. 168 The |:marks| command is useful to find out where '0 to '9 will take you. 173 If you want to go back to a file that you edited recently, but not when 289 currently working on the "secret" project and have to switch to the "boring" 309 Another way of using sessions is to create a window layout that you like to 374 This can be used to switch to another session, but keep the command line 377 You might prefer to keep the info with the session. You will have to do [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 57 used to move to that character. The reference manual calls this "exclusive" 100 to the old Vi. Since many people are used to it now, the inconsistency has 110 of the line. It's like doing "d$" to delete the text and then "a" to start 174 df> delete to > --> 183 Another example: You want to change the word "four" to "five". It appears 214 When doing this you don't really have to count how many times you have to 279 move the cursor to where you want to put the line and use the "p" (put) 335 operator "yank" made it easier to remember to use the "y" key. 355 Use "y$" to yank to the end of the line. [all …]
|
| H A D | pi_vimball.txt | 36 a user needs to do with a vimball is: > 54 Vimball examines the user's |'runtimepath'| to determine where to put 58 < to see that directory. 67 The range is composed of lines holding paths to files to be included 119 Simply editing a Vimball will cause Vimball.vim to tell the user to 120 source the file to extract its contents. 157 If for some reason you don't want to be able to extract plugins 169 to un-gzip files: 190 * Changed silent! to sil! (shorter) 242 16 : Jun 15, 2006 * A. Mechelynck's idea to allow users to specify [all …]
|
| H A D | terminal.txt | 28 Vim to job: term_sendkeys() |terminal-to-job| 324 You may want to change the buffer name with |:file| to be able to write, since 651 < is equal to: > 807 Otherwise, {how} specifies what signal to send to the job. 810 After sending the signal Vim will wait for up to a second to 818 Set the command to write in a session file to restore the job 867 connected to the terminal. When I/O is connected to the 887 "term_kill" what to do when trying to close the 922 {time} is how long to wait for updates to arrive in msec. If 986 to be able to see it with `:messages`. [all …]
|
| H A D | usr_25.txt | 89 "v" to start Visual mode, "4j" to move to the end of the paragraph and then 107 moves to the end of a paragraph. Thus "gq}" formats from the cursor to the 120 "gg" to move to the first line, "gqG" to format until the last line. 125 Vim is able to format more than just plain text. See |fo-table| for how to 253 If you want to make indents a multiple of 4, you set 'shiftwidth' to 4. But 276 'tabstop' to 3. But you have to do this every time you edit this file. 299 to the right. 310 If you don't have a scrollbar or don't want to use it, use these commands to 343 following commands to move the cursor to a character you can see. Thus text 393 Set 'textwidth' to zero to avoid a paragraph to be split. [all …]
|
| H A D | index.txt | 123 Meta characters (0x80 to 0xff, 128 to 255) 256 this line and go to its match, or go to 299 |count| 1 prepend to command to give a count 336 |F| F{char} 1 cursor to the Nth occurrence of {char} to 398 |f| f{char} 1 cursor to Nth occurrence of {char} to the 1115 a terminal window. Switch to Terminal-Normal mode to use them. 1265 |:cstag| :cst[ag] use cscope to jump to a tag 1340 |:goto| :go[to] go to byte in the buffer 1437 |:ltag| :lt[ag] jump to tag and add matching tags to the 1727 |:wNext| :wN[ext] write to a file and go to previous file in [all …]
|
| H A D | usr_23.txt | 27 start a new line. One to move the carriage back to the first position 34 This means that if you try to move a file from one system to another, you 65 On Unix, <NL> is used to break a line. It's not unusual to have a <CR> 100 You can use the 'fileformat' option to convert from one file format to 102 that you want to convert to UNIX format. Start by editing the MS-DOS format 124 then start Vim to edit it. 159 Some information you prefer to keep to yourself. For example, when writing 161 to figure out a way to read the questions before the exam starts. Vim can 253 effects are turned off. For example, 'textwidth' is set to zero, to avoid 256 Binary mode can be used to change a message in a program. Be careful not to [all …]
|
| /vim-8.2.3635/src/ |
| H A D | INSTALLx.txt | 18 * a libc to link against 19 * ncurses library to link against 36 You need to set the following "configure" command line switches: 53 Which terminal library to use. 60 Additionally to the variables listed here you might want to set the CPPFLAGS 64 The following variables need to be set: 71 If Python support is enabled, set this variable to the path for 99 to "no". 110 and vim_cv_bcopy_handles_overlap are set to "no". 128 otherwise set to "no". [all …]
|
| /vim-8.2.3635/runtime/plugin/ |
| H A D | tohtml.vim | 27 " calculate it to be visible compared to StatusLine 39 " - Switch to HTML5 to allow using vnu as a validator 68 " insert modeline to set it to manual. 72 " or '#123' at the end of the URL to jump to line 123 74 " to show the anchor being jumped to if it is hidden. 143 " default to true when not set to anything. Use strict 161 " * Add optional argument to :TOhtml command to specify mode (gui, cterm, 163 " * Add way to override or specify which RGB colors map to the color numbers 173 " other uncopyable areas?). May need to make the new text invisible to IE 185 " accepted to modify it. [all …]
|
| /vim-8.2.3635/src/xdiff/ |
| H A D | COPYING | 17 Licenses are intended to guarantee your freedom to share and change 36 distributors to deny you these rights or to ask you to surrender these 94 case, there is little to gain by limiting the free library to free 154 all the notices that refer to this License and to the absence of any 202 your rights to work written entirely by you; rather, the intent is to 391 It is not the purpose of this section to induce you to infringe any 398 system; it is up to the author/donor to decide if he or she is willing 402 This section is intended to make thoroughly clear what is believed to 428 write to the author to ask for permission. For software which is 460 How to Apply These Terms to Your New Libraries [all …]
|