Tab
Auto-complete file and folder namesCtrl + A
Go to the beginning of the line you're currently typing onCtrl + E
Go to the end of the line you're currently typing onCtrl + U
Clear the line before the cursorCtrl + K
Clear the line after the cursorCtrl + W
Delete the word before the cursorCtrl + T
Swap the last two characters before the cursorEsc + T
Swap the last two words before the cursor
feat: new feature
fix(scope): bug in scope
feat!: breaking change
/feat(scope)!: rework API
chore(deps): update dependencies
build
: Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)ci
: Changes to CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)chore
: Changes which doesn't change source code or tests e.g. changes to the build process, auxiliary tools, libraries