Skip to content

Maximize Vim efficiency with keybindings and productivity tips in one repository.

Notifications You must be signed in to change notification settings

apatheticdamn/vim-productivity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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.

About

Maximize Vim efficiency with keybindings and productivity tips in one repository.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published