Skip to content

Instantly share code, notes, and snippets.

@ariunbayar
Last active August 29, 2015 14:02
Show Gist options
  • Save ariunbayar/5162c649884e4cecb2d8 to your computer and use it in GitHub Desktop.
Save ariunbayar/5162c649884e4cecb2d8 to your computer and use it in GitHub Desktop.
spf13 cheatsheet

Python

Shortcut Description
[t Beginning of block
]e End of block
]< Shift block left
]> Shift block right
]# Comment selection
]u Uncomment selection
]J Previous class
]j Next class
]F Previous function
]f Next function
]v Select block
]d Select function
]c Select class
]<up> Previous line wrt indent
]<down> Next line wrt indent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment