Skip to content

Instantly share code, notes, and snippets.

@sike
sike / gist:3787172
Created September 26, 2012 10:13
Sublime : User Keymap
[
// { "keys": ["ctrl+d"], "command": "find_under_expand" },
{ "keys": ["ctrl+s"], "command": "find_under_expand" },
{ "keys": ["alt+s"], "command": "toggle_side_bar" },
// { "keys": ["ctrl+u"], "command": "soft_undo" },
{
"keys": ["super+alt+left"],
"command": "set_layout",
"args":
{
@sike
sike / gist:3785833
Created September 26, 2012 03:30
Sublime : User Settings
{
"color_scheme": "Packages/Color Scheme - Default/Blackboard.tmTheme",
"draw_minimap_border": true,
"font_face": "Espresso Mono",
// Source Code Pro
// Espresso Mono
// inconsolata
// Consolas
"font_size": 17,
"ignored_packages":
CmdUtils.makeSearchCommand({
name: ["verycd"],
description: "Search www.verycd.com for movies, music, books downloads with image preview",
author: {name:"Danny Siu", email:"danny.siu@gmail.com", homepage:"http://dsiu.org"},
url: "http://www.verycd.com/search/folders/{QUERY}",
parser: {
container: "table#results-container > tbody > tr.entry",
title: "td > h3 > a",
thumbnail: "td:first > a > img",
preview: "td > div.brief",