forked from andonome/lk
		
	add basic vim
This commit is contained in:
		
							
								
								
									
										19
									
								
								vim/basic_vim.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										19
									
								
								vim/basic_vim.md
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,19 @@ | |||||||
|  | --- | ||||||
|  | title: "Basic vim" | ||||||
|  | tags: [ "Documentation", "vim" ] | ||||||
|  | --- | ||||||
|  |  | ||||||
|  | Insert text by pressing `i`. | ||||||
|  |  | ||||||
|  | Stop inserting text by pressing `Ctrl+[`. | ||||||
|  |  | ||||||
|  | Exit with `ZZ`. | ||||||
|  |  | ||||||
|  | Congratulations, you now know `vim`. | ||||||
|  |  | ||||||
|  | ## Extras | ||||||
|  |  | ||||||
|  | - [Navigation](navigate.md) | ||||||
|  | - [Completion](vim-completion.md) | ||||||
|  | - [Search](vim-search.md) | ||||||
|  | - [Window Splits](vim-windows.md) | ||||||
| @@ -3,10 +3,14 @@ title: "vim completion" | |||||||
| tags: [ "Documentation", "vim" ] | tags: [ "Documentation", "vim" ] | ||||||
| --- | --- | ||||||
|  |  | ||||||
| Complete the word: | Complete the word by searching for the *n*ext similar word: | ||||||
|  |  | ||||||
| > C-n | > C-n | ||||||
|  |  | ||||||
| Complete the full segment: | Complete the word by searching for a *p*revious similar word: | ||||||
|  |  | ||||||
|  | > C-p | ||||||
|  |  | ||||||
|  | Complete the full line: | ||||||
|  |  | ||||||
| > C-x C-l | > C-x C-l | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user