Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Add a file to git when you've selected it in the Project sidebar: ctrl+alt+a
  • View git blame: Press Shift twice (quickly), then type out 'Annotate' and select that option.


Navigation

  • Switch tabs
    • alt+left and alt+right
    • Alternatively, hold down ctrl+tab and Alt + Left and Alt + Right
      • This doesn't work in distraction-free mode.
    • Hold down Ctrl + Tab and use the arrow keys to choose what you want to navigate to.
      • Ctrl + Tab by itself will switch to the last file you had open.
      • This does work in distraction-free mode.
  • Close a tab: ctrl  Ctrl + F4
  • Switch between files
    • Ctrl + Shift + n opens  opens the "find file by name" dialog.
    • Or Ctrl + Tab
  • Close the bottom pane tools (Terminal, Python console): Alt + F12
  • Close all tool windows (left pane, bottom pane, right pane): Ctrl + Alt + F12

Cursors

  • create multiple cursors in adjacent rows: (IDK how to do this yet)

...