Skip to content

Instantly share code, notes, and snippets.

View shabith's full-sized avatar

Shabith Ishan Thennakone shabith

View GitHub Profile
@shabith
shabith / gist:3888174
Created October 14, 2012 10:16
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
@shabith
shabith / init-html5.html
Last active December 8, 2022 16:51
HTML5: Starting Template
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title></title>
</head>
<body>