Skip to content

Instantly share code, notes, and snippets.

View ntwb's full-sized avatar
🏠
Working from home

Stephen Edgar ntwb

🏠
Working from home
View GitHub Profile
@ntwb
ntwb / Mingle.php
Last active December 11, 2015 02:58 — forked from anonymous/gist:4534163
<?php
/**
* Implementation of Mingle Forums converter.
*
* @since bbPress (r4689)
*/
class Mingle extends BBP_Converter_Base {
/**
@ntwb
ntwb / gist:2222965
Created March 28, 2012 02:24
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