Skip to content

Instantly share code, notes, and snippets.

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

pamuditha

🏠
Working from home
View GitHub Profile
@pamuditha
pamuditha / gistsublime.textile
Created July 1, 2019 01:47
ublime 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
public class SampleTest extends TestCase{
private Sample sample;
public static void main(String args[]) {
System.out.println( "main is running ...." );
}
@Before
public void setUp() throws Exception {