浏览代码

Update tmux.conf

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

+ 2
- 1
tmux.conf 查看文件

@@ -23,11 +23,12 @@ bind w choose-tree -GZ

set -g base-index 1
set -g pane-base-index 1
set -g renumber-windows off
set -g renumber-windows on
set -g history-limit 10000
setw -g mode-keys vi
#setw -g mode-mouse off
#set -g default-command /bin/bash
# Use C-z x to kill window
set -g default-command "while true; do /bin/bash -l; done"

# Use pasteboard on MacOS


正在加载...
取消
保存