Loosely ordered with the commands I use most towards the top. Sublime also offer full documentation.
Ctrl+C | copy current line (if no selection) |
Ctrl+X | cut current line (if no selection) |
Ctrl+⇧+K | delete line |
Ctrl+↩ | insert line after |
\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") |
Loosely ordered with the commands I use most towards the top. Sublime also offer full documentation.
Ctrl+C | copy current line (if no selection) |
Ctrl+X | cut current line (if no selection) |
Ctrl+⇧+K | delete line |
Ctrl+↩ | insert line after |