Ctrl+P
This plugin provides emacs-tab.reindentCurrentLine command, which indents like emacs behavior.
emacs-tab.reindentCurrentLine
In order to change 'tab' key behavior, please write the following lines in your keybindings.json.
keybindings.json
{ "key": "tab", "command": "emacs-tab.reindentCurrentLine", "when": "editorTextFocus" }