vim
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| vim [2012/04/11 16:05] – javapimp | vim [2023/08/18 18:15] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Syntax Highlighting ====== | ||
| + | < | ||
| + | :syntax on | ||
| + | </ | ||
| + | |||
| + | This can also be added to '' | ||
| + | |||
| ====== Yank or delete between parentheses ====== | ====== Yank or delete between parentheses ====== | ||
| ===== Motion select ===== | ===== Motion select ===== | ||
| Line 61: | Line 68: | ||
| :s/^\/\// - C, C++, C#, Java, JavaScript | :s/^\/\// - C, C++, C#, Java, JavaScript | ||
| : | : | ||
| + | </ | ||
| + | |||
| + | ====== Auto Indentation ====== | ||
| + | < | ||
| + | :set autoindent | ||
| + | :set cindent | ||
| </ | </ | ||
| Line 81: | Line 94: | ||
| * Reload the current file: '': | * Reload the current file: '': | ||
| * Reload the current file after it's been modified: '': | * Reload the current file after it's been modified: '': | ||
| + | |||
| + | ====== Change Case ====== | ||
| + | |||
| + | * Change word to lowercase: '' | ||
| + | * Change word to uppercase: '' | ||
| + | * Toggle word case (aBBa -> AbbA): '' | ||
| + | |||
| + | |||
vim.1334160353.txt.gz · Last modified: 2023/08/18 18:15 (external edit)