Skip to content

Instantly share code, notes, and snippets.

View altair21's full-sized avatar

Bohao Chen altair21

View GitHub Profile
@altair21
altair21 / tmux-cheatsheet.markdown
Created January 18, 2017 10:38 — forked from ryerh/tmux-cheatsheet.markdown
Tmux 快捷键 & 速查表

Tmux 快捷键 & 速查表

启动新会话:

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

恢复会话:

tmux at [-t 会话名]
@altair21
altair21 / Typeahead-BS3-css.css
Created November 7, 2016 10:02 — forked from mixisLv/Typeahead-BS3-css.css
Bootstrap 3 style fixes for using Typeahead.js
.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
margin-bottom: 0;
}
.tt-hint {
display: block;
width: 100%;
height: 38px;
padding: 8px 12px;
font-size: 14px;