Skip to content

Instantly share code, notes, and snippets.

@sagarpanda
Last active November 10, 2019 09:28
Show Gist options
  • Select an option

  • Save sagarpanda/7d1272c0a5bf7312e17225b324a72329 to your computer and use it in GitHub Desktop.

Select an option

Save sagarpanda/7d1272c0a5bf7312e17225b324a72329 to your computer and use it in GitHub Desktop.
vim
# 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