improve vim

This commit is contained in:
Malin Freeborn
2020-01-14 02:29:59 +01:00
parent 0e585796aa
commit b6ae7a2fed
5 changed files with 70 additions and 29 deletions

View File

@@ -1,30 +1,2 @@
To disable ignoring case enter:
> :set noic
To perform one case-insensitive search, enter:
> /keyword\c
# Split Screen
Make a horizontal split with:
> :sp
Or a vertical split with:
> :vsp
Then place window-commands with Ctrl+w.
|Command | Key |
|:-------|:---:|
|Down|j|
|Up|k|
|Quit current windows| q |
|Rotate window positions | r / R|
|Enlarge/ shrink window | +/- |
Describe what you want, then press as few keys as possible.