An open API service indexing awesome lists of open source software.

https://github.com/muhajirdev/vscode-vim-tips

VSCode + VIM Tips and tricks for daily use
https://github.com/muhajirdev/vscode-vim-tips

tips tips-and-tricks vim vscode

Last synced: about 1 month ago
JSON representation

VSCode + VIM Tips and tricks for daily use

Awesome Lists containing this project

README

          

# VSCode + Vim Tips and Trick for Daily Use

This repo contains useful Tips and trick for VSCode and VIM.
If you have something you want to contribute do not hesitate to submit a pull request or submit an issue

### Deleting a function

![delete-a-function](gifs/delete-function.gif)

### Delete everything inside curly bracket `{..}`

![Delete everything inside curly bracket](gifs/delete-inside-curly-bracket.gif)

### Delete everything inside parentheses

![Delete everything inside parentheses](gifs/delete-everything-inside-parentheses.gif)

### Change Surrounding Tag

![Change Surrounding Tag](gifs/change-surrounding-tag.gif)

### Change Single Quote to Double Quote

![change-single-quote-to-double-quote](gifs/change-single-quote-to-double-quote.gif)

### Go To Matching Braces

![go-to-matching-braces](gifs/go-to-matching-braces.gif)

### Go To Next Word

![go-to-next-word](gifs/go-to-next-word.gif)

To go the reverse direction press `#`