lk/text/vim/vim.md

31 lines
386 B
Markdown
Raw Normal View History

2020-01-02 00:04:35 +00:00
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 | +/- |