Skip to content

Commit

Permalink
Update vim.md
Browse files Browse the repository at this point in the history
  • Loading branch information
amaurybsouza authored Oct 17, 2019
1 parent 4b984f3 commit e5d2472
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion vim.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,11 @@
16. p (paste after cursor)
17. /your-string (allows you to search for a string)
18. CTRL + f (page down)
19. CTRL + b (page up)
19. CTRL + b (page up)
20. n (next occurrence found)
21. N (search from end to beginning)
22. ? (search from the top to the top of the file)
23. h (move character back)
24. j (down to the next line)
25. k (up one line)
26. l (next character, advance)

0 comments on commit e5d2472

Please sign in to comment.