Skip to content

Instantly share code, notes, and snippets.

@zhaidongplus
zhaidongplus / sublime-cheat-sheet.md
Last active December 14, 2015 13:48
Sublime Text 2 - Useful Shortcuts (PC)

Sublime Text 2 - Useful Shortcuts (PC)

Sublime Text 2 Documentation: http://www.sublimetext.com/docs/2/.

Editing

Ctrl + C copy current line (if no selection)

Ctrl + X cut current line (if no selection)

Vim Cheat Sheet

Basic

:e filename: Open a new file

:w filename: Write the file

:q: Quit

Linux Cheat Sheet

https://github.com/WilliamHackmore/linuxgems/blob/master/cheat_sheet.org.sh

# cheat_sheet.org
# (C) William Hackmore, 2010
# The contents of this file are released under the GNU General Public License. Feel free to reuse the contents of this work, as long as the resultant works give proper attribution and are made publicly available under the GNU General Public License.
# Last updated 8/14/2012
# Best viewed in emacs org-mode.
#! /usr/bin/env python
# -*- coding: utf-8 -*-
"""This module's docstring summary line.
This is a multi-line docstring. Paragraphs are separated with blank lines.
Lines conform to 79-column limit.
Module and packages names should be short, lower_case_with_underscores.
See http://www.python.org/dev/peps/pep-0008/ for more PEP-8 details and