Skip to content

Instantly share code, notes, and snippets.

View jxiaox's full-sized avatar
🎯
Focusing

jxiaox jxiaox

🎯
Focusing
View GitHub Profile
@jxiaox
jxiaox / tmux-cheatsheet.markdown
Created March 14, 2017 07:31 — forked from ryerh/tmux-cheatsheet.markdown
Tmux 快捷键 & 速查表

Tmux 快捷键 & 速查表

启动新会话:

tmux [new -s 会话名 -n 窗口名]

恢复会话:

tmux at [-t 会话名]
@jxiaox
jxiaox / README.md
Created March 7, 2017 03:14 — forked from jonathantneal/README.md
SASS @font-face mixin

Font Face

A mixin for writing @font-face rules in SASS.

Usage

Create a font face rule. Embedded OpenType, WOFF2, WOFF, TrueType, and SVG files are automatically sourced.

@include font-face(Samplino, fonts/Samplino);