Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
apatheticdamn authored Feb 2, 2024
1 parent a4e5d31 commit 6ab5dc3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Quick Vim Tips

Welcome to Quick Vim Tips! Below are some handy tips to boost your productivity in Vim:

1. **Navigate Efficiently**: Use `h`, `j`, `k`, and `l` for left, down, up, and right navigation respectively.
2. **Delete a Word**: Press `dw` to delete the word under the cursor.
3. **Undo**: Press `u` to undo your last action.
4. **Redo**: Press `Ctrl + r` to redo your last undone action.
5. **Search and Replace**: Use `:%s/old/new/g` to search and replace "old" with "new" in the entire file.

That's it! Start using these tips to enhance your Vim experience.

0 comments on commit 6ab5dc3

Please sign in to comment.