Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
vi [2022/02/23 20:24] – created mgupton | vi [2023/04/13 11:28] (current) – mgupton | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== vi/vim ====== | ====== vi/vim ====== | ||
+ | * {{: | ||
+ | * {{ : | ||
+ | |||
+ | ====== Configuration Commands ====== | ||
+ | * '': | ||
+ | * '': | ||
+ | * '': | ||
+ | |||
+ | ====== Info Commands ====== | ||
+ | * '' | ||
+ | |||
====== Sample Config ====== | ====== Sample Config ====== | ||
Line 15: | Line 26: | ||
set shiftwidth=4 | set shiftwidth=4 | ||
set expandtab | set expandtab | ||
- | set smartcase | + | set smartcase |
</ | </ | ||
+ | |||
+ | ===== Basic ===== | ||
+ | <code bash> | ||
+ | wget -O .vimrc | ||
+ | </ | ||
+ | |||
+ |