diff --git a/README.md b/README.md index a280b94..f3f694b 100644 --- a/README.md +++ b/README.md @@ -90,11 +90,11 @@ git clone https://github.com/pojokcodeid/nvim-lazy-basic.git ~/.config/nvim
:q or :quit | -to exit the form | +exit the form | |
:w or :write | -to write the typing result into a file (save) | +write the typing result into a file (save) | |
:wq | @@ -134,15 +134,15 @@ git clone https://github.com/pojokcodeid/nvim-lazy-basic.git ~/.config/nvim|||
:ter | -to open the terminal | +open the terminal | |
0 or home | move the cursor to the beginning of the line | ||
atauend | -cursor to the end of the line | +$ or end | +move the cursor to the end of the line |
gg | @@ -181,11 +181,7 @@ git clone https://github.com/pojokcodeid/nvim-lazy-basic.git ~/.config/nvimdelete text 1 line | ||
dw | -delete 1 word | -||
d | +d$ | delete words until the end of the line from the cursor position | |
d | -delete file, delete code that is selected with view mode | +delete code that is selected with view mode | |
:e newfolder/newfile.ext |