Merge branch 'master' of github.com:LeCoupa/awesome-cheatsheets

This commit is contained in:
Julien Le Coupanec 2021-09-06 12:27:04 +02:00
commit 32ed1e33f0
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ $ end of line
<enter> move line downwards, on the first non blank character
gg go to first line
G go to last line
ngg go to line n
nG go To line n
:n go To line n
) move the cursor forward to the next sentence.