Skip to content

Instantly share code, notes, and snippets.

View adeyahya's full-sized avatar
😶
I can't fix broken printing machine!

Ade Yahya Prasetyo adeyahya

😶
I can't fix broken printing machine!
View GitHub Profile
@adeyahya
adeyahya / tmux-cheatsheet.markdown
Created November 14, 2016 05:14 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname
@adeyahya
adeyahya / reg_replace.sublime-setting
Created September 22, 2016 04:47
Replace class with className when using jsx syntax in sublime text
{
"replacements": {
"js_class": {
"find": " class=\"",
"replace": " className=\"",
"greedy": true,
"case": false
}
}
}
@adeyahya
adeyahya / Default (OSX).sublime-keymap
Created September 22, 2016 04:44
Sublime Text keymap to invoke emmet inside jsx
[
{
"keys": ["tab"],
"command": "expand_abbreviation_by_tab",
// put comma-separated syntax selectors for which
// you want to expandEmmet abbreviations into "operand" key
// instead of SCOPE_SELECTOR.
// Examples: source.js, text.html - source
"context": [