DEV Community

Discussion on: How I Increased My Productivity With Visual Studio Code

Collapse
 
icatalina profile image
Ignacio Catalina
  { "key": "ctrl+a",              "command": "cursorHome",
    "when": "editorTextFocus"
  },
  {
    "key": "ctrl+a",
    "command": "-cursorLineStart",
    "when": "editorTextFocus"
  },

Best thing since slice bread.

Instead of putting the cursor at the beginning of the line, it goes to the first character with content.