Skip to content

Instantly share code, notes, and snippets.

View peterk87's full-sized avatar

Peter Kruczkiewicz peterk87

  • Canadian Food Inspection Agency
  • Canada
View GitHub Profile
@peterk87
peterk87 / gist:5453001
Last active December 16, 2015 14:59
Sublime Text 2 - Useful Shortcuts

Sublime Text 2 – Useful Shortcuts (PC)

Loosely ordered with the commands I use most towards the top. Sublime also offer full documentation.

Editing

Ctrl+C copy current line (if no selection)
Ctrl+X cut current line (if no selection)
Ctrl+⇧+K delete line
Ctrl+↩ insert line after
@peterk87
peterk87 / CGF_report_manual.tex
Last active December 16, 2015 15:09
LaTex: CGF report creator manual
\documentclass{article}
\usepackage{lineno}
\usepackage{url}
\usepackage{hyperref}
\usepackage{fancyhdr} % Needed to define custom headers/footers
\usepackage{titlesec}
\usepackage{lastpage} % Used to determine the number of pages in the document (for "Page X of Total")