Skip to content

Instantly share code, notes, and snippets.

@girish3
Last active March 25, 2018 17:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save girish3/4a2a94d649fbbf2a65f4ba4bd07cc032 to your computer and use it in GitHub Desktop.
Save girish3/4a2a94d649fbbf2a65f4ba4bd07cc032 to your computer and use it in GitHub Desktop.
My customised IDE keyboard bindings
  • File structure (Navigate to functions, variables of the same class)

    cmd + r

  • Navigate Back to last cursor position

    cmd + [

  • Navigate Forward

    cmd + ]

  • Move Line/Lines up/down

    cmd + up/down

  • Extend/shrink selection

    cmd + option(alt) + up/down

  • Get super class methods that can be overriden

    ctrl + o

  • Search class across

    ctrl + n

  • next/previous method

    option(alt) + down/up

  • extend/shrink scope of selection

    cmd + otpion(alt) + up/down

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment