Skip to contents

General hacks & shortcuts

Multi-line editing

  • Use alt to mark multiple lines
  • Use ctrl + alt_left + mouse_left to spawn multiple cursors

Commenting blocks

  • Use ctrl + Shift + c to comment/uncomment an entire code block

Moving selections

  • Use alt_left + up/down to move selections up and down