mirror of
https://codeberg.org/Mo8it/How_To_Linux.git
synced 2024-11-21 19:18:02 +00:00
Mark :wq as very important
This commit is contained in:
parent
ba4b1c358a
commit
d2f374407c
1 changed files with 1 additions and 1 deletions
|
@ -17,6 +17,7 @@ Each mode has its keybindings.
|
|||
When you just enter Vim, then you are in the **normal mode** which has the following most important keybindings:
|
||||
|
||||
- `:q`: Quit (**very important!**)
|
||||
- `:wq`: Write buffer (save) and exit (**very important!**)
|
||||
- `:q!`: Quit without saving (**very important!**)
|
||||
- `j`: Down
|
||||
- `k`: Up
|
||||
|
@ -39,7 +40,6 @@ When you just enter Vim, then you are in the **normal mode** which has the follo
|
|||
- `Ctrl+r`: Redo
|
||||
- `:h`: Help
|
||||
- `:w`: Write buffer
|
||||
- `:wq`: Write buffer and exit
|
||||
- `/PATTERN`: Search
|
||||
- `n`: Next match
|
||||
- `N`: Previous match
|
||||
|
|
Loading…
Reference in a new issue