Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| vi [2022/03/04 16:04] – [Configuration/.vimrc] mgupton | vi [2023/04/13 11:28] (current) – mgupton | ||
|---|---|---|---|
| Line 7: | Line 7: | ||
| * '': | * '': | ||
| * '': | * '': | ||
| + | |||
| + | ====== Info Commands ====== | ||
| + | * '' | ||
| + | |||
| ====== Sample Config ====== | ====== Sample Config ====== | ||
| Line 24: | Line 28: | ||
| set smartcase " ignorecase | set smartcase " ignorecase | ||
| </ | </ | ||
| + | |||
| + | ===== Basic ===== | ||
| + | <code bash> | ||
| + | wget -O .vimrc | ||
| + | </ | ||
| + | |||
| + | |||