Skip to content

Commit

Permalink
more docs
Browse files Browse the repository at this point in the history
  • Loading branch information
medvednikov committed Nov 10, 2023
1 parent 234a2c6 commit 80c7d22
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,15 +185,15 @@ w b next/previous word
dw de cw ce delete word
di ci smart delete
A I go to start/end of line, insert mode
o O
v
zz
y d p J
.
< >
/ * n
gg G
x r
C-n (autocomplete)
o O new line below/above, insert mode
v selection mode
zz center current line
y d p J yank, delete, paste, join lines
. repeat last action
< > indent right/left
/ * n search, search for word under cursor, next occurence
gg G go to the beginning/end of the file
x r delete/replace character under cursor
C-n autocomplete
```

14 changes: 7 additions & 7 deletions welcome.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ A I go to start/end of line, insert mode
o O new line below/above, insert mode
v selection mode
zz center current line
y d p J yank, delete, paste
.
< >
/ * n
gg G
x r
C-n (autocomplete)
y d p J yank, delete, paste, join lines
. repeat last action
< > indent right/left
/ * n search, search for word under cursor, next occurence
gg G go to the beginning/end of the file
x r delete/replace character under cursor
C-n autocomplete

0 comments on commit 80c7d22

Please sign in to comment.