-
-
Save sagarpanda/7d1272c0a5bf7312e17225b324a72329 to your computer and use it in GitHub Desktop.
vim
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Open file | |
| :e main.js | |
| # Mapping keys in Vim (here onPress => , + l) | |
| :map ,l :!node main.js<cr> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment