2022年12月

session操作tmux new   # 创建默认名称的会话 tmux new -s mysession # 创建名为mysession的会话 tmux ls   # 显示会话列表 ...

常用命令# 2>&1 其中2表示错误输出,输入到标准输出1中。 ls readme.txt 1.txt >out.log 2>&1 ls -alt ./ du ...

git branch 和 git checkout 分支git branch -a git checkout `remotes/origin/branch-name` -b `origin/br...

terminalvim open multi windows and filesvim file1 file2 vim -On file1 file2 # 垂直打开 :vsp vim -on f...