浏览代码

Update tmux.conf

master
10sr 5 年前
父节点
当前提交
4c2fb13def
签署人:: 10sr GPG 密钥 ID: 7BEC428194130EB2
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. +2
    -0
      tmux.conf

+ 2
- 0
tmux.conf 查看文件

@@ -19,6 +19,8 @@ bind C-r source-file ~/.tmux.conf \; display-message "Reloaded config !"
# -d: do not attach the created session
bind C-o command-prompt -p "session name to switch to:" \
"new-session -Ad -s '%1'\; switch-client -t '%1'"
# Use w instead
unbind s

set -g base-index 1
set -g pane-base-index 1


正在加载...
取消
保存