- how to install a node version manager
- how to run commands in the shell/terminal/bash/dos-shell
- commenting
- let them know they can use express-generator
- etc.
This file contains 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
/****************************************************************************************** | |
Taken from https://gist.github.com/beechnut/69a3ab6fd66f03e8e5ea | |
Thank you @beechnut & others references below! | |
July 26, 2018 -- run and tested in Sublime Text 3.1.1 (subl) | |
1. In subl, go to menu item, "Sublime Text"-->Preferences-->"Key Bindings" | |
2. Copy and paste below config to "Default.sublime-keymap" file & save. | |
3. Test it out by opening file and: | |
3.1 highlight a contiguous select (single and/or multi-word) |