Skip to content

Instantly share code, notes, and snippets.

View harveyjhuang777's full-sized avatar

Harvey Jhuang harveyjhuang777

  • Taipei, Taiwan
View GitHub Profile
@harveyjhuang777
harveyjhuang777 / .gitconfig
Created March 27, 2019 03:58 — forked from pksunkara/config
Sample of git config file (Example .gitconfig)
[user]
name = Pavan Kumar Sunkara
email = pavan.sss1991@gmail.com
username = pksunkara
[core]
editor = vim
whitespace = fix,-indent-with-non-tab,trailing-space,cr-at-eol
excludesfile = ~/.gitignore
[sendemail]
smtpencryption = tls
@harveyjhuang777
harveyjhuang777 / tmux-cheatsheet.markdown
Created February 16, 2019 14:07 — forked from ryerh/tmux-cheatsheet.markdown
Tmux 快捷键 & 速查表

注意:本文内容适用于 Tmux 2.3 及以上的版本,但是绝大部分的特性低版本也都适用,鼠标支持、VI 模式、插件管理在低版本可能会与本文不兼容。

Tmux 快捷键 & 速查表

启动新会话:

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

恢复会话: