Skip to content

Instantly share code, notes, and snippets.

@rastasheep
rastasheep / gist:3724290
Created September 14, 2012 19:51 — forked from lucasfais/gist:1207002
Sublime Text 2 - Useful Shortcuts (Linux/Windows)

General

  • Ctrl + P | go to anything
  • Ctrl + R | go to methods
  • Ctrl + G | go to line
  • Ctrl + UP / DOWN | scroll up and down
  • Ctrl + KB | toggle side bar
  • Ctrl + ⇧P | command prompt
  • Ctrl + ⇧N | new window (useful for new project)
@redoPop
redoPop / .gitignore
Created June 18, 2010 22:08
Template .gitignore file for WordPress projects
# This is a template .gitignore file for git-managed WordPress projects.
#
# Fact: you don't want WordPress core files, or your server-specific
# configuration files etc., in your project's repository. You just don't.
#
# Solution: stick this file up your repository root (which it assumes is
# also the WordPress root directory) and add exceptions for any plugins,
# themes, and other directories that should be under version control.
#
# See the comments below for more info on how to add exceptions for your