Skip to content

Instantly share code, notes, and snippets.

View liuhuiping2013's full-sized avatar

liuhuiping liuhuiping2013

View GitHub Profile
@liuhuiping2013
liuhuiping2013 / .tmux.conf.local
Last active April 28, 2023 02:31
自用tmux配置
# : << EOF
# https://github.com/gpakosz/.tmux
# (‑●‑●)> dual licensed under the WTFPL v2 license and the MIT license,
# without any warranty.
# Copyright 2012— Gregory Pakosz (@gpakosz).
# -- navigation ----------------------------------------------------------------
# if you're running tmux within iTerm2
@liuhuiping2013
liuhuiping2013 / tt
Created December 15, 2017 09:43
一段C++代码
int main()
{
cout << endl;
}