vim
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
vim [2024/01/24 22:39] – karcio | vim [2024/07/24 17:53] (current) – karcio | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | {{tag>vim shortcut keybinding}} | + | * [[vimrc|vim config file]] |
+ | * [[vimshortcut|vim shortcuts]] | ||
+ | * [[vimcompile|vim compile]] | ||
- | ==== vim shortcuts ==== | + | {{tag>vim shortcut keybinding dotfile}} |
- | **vim modes** | ||
- | |||
- | * normal mode - " | ||
- | * insert mode - " | ||
- | * command mode - ":" | ||
- | |||
- | |||
- | __**Normal mode**__ | ||
- | |||
- | |||
- | **h** - move left | ||
- | |||
- | **j** - move down | ||
- | |||
- | **k** - move up | ||
- | |||
- | **l** - move right | ||
- | |||
- | **w** - jump to next word | ||
- | |||
- | **W** - jump to next string | ||
- | |||
- | **b** - jump to previous word | ||
- | |||
- | **B** - jump to previous string | ||
- | |||
- | **0** - move to first position in line | ||
- | |||
- | **$** - move to end of the line | ||
- | |||
- | **z + enter** - move to the top | ||
- | |||
- | **2gg** or **2G** - move to line 2 | ||
vim.1706135996.txt.gz · Last modified: 2024/01/24 22:39 by karcio