Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Shrived00/vimcontrol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 

Repository files navigation

# Vim Shortcuts Guide πŸš€

## πŸ”Ή Entering Vim Mode
Use `Esc` to enter normal mode in Vim.

## πŸ”Ή Navigation Commands
- `k` ➝ Move up ⬆️
- `j` ➝ Move down ⬇️
- `h` ➝ Move left ⬅️
- `l` ➝ Move right ➑️

## πŸ”Ή Editing Commands
- `i` ➝ Insert mode πŸ“
- `I` ➝ Insert mode at the beginning of the line 🏁
- `o` ➝ Open a new line below πŸ“₯
- `O` ➝ Open a new line above πŸ“€
- `a` ➝ Append mode ✏️
- `A` ➝ Append mode at the end of the line ➑️✏️
- `x` ➝ Delete a character ❌
- `dd` ➝ Delete the current line πŸ—‘οΈ
- `yy` ➝ Yank (copy) the current line πŸ“‹
- `p` ➝ Paste after the cursor πŸ“Œ
- `P` ➝ Paste before the cursor πŸ“Œ

## πŸ”Ή Undo & Redo
- `u` ➝ Undo last action πŸ”„
- `Ctrl + r` ➝ Redo last undone action πŸ”

## πŸ”Ή Buffer & File Management
- `Ctrl + w` ➝ Close current buffer πŸ›‘
- `Ctrl + s` ➝ Save current buffer πŸ’Ύ
- `Ctrl + q` ➝ Quit Vim mode πŸšͺ

Enjoy efficient editing with Vim! ✨

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published