浏览代码

Update tmux configuration for 2.2

master
Mitch Tishmack 10 年前
父节点
当前提交
3915c01928
共有 1 个文件被更改,包括 1 次插入3 次删除
  1. +1
    -3
      tmux.org

+ 1
- 3
tmux.org 查看文件

@@ -8,8 +8,7 @@
Tmux configuration. Pretty boring in most ways.

#+BEGIN_SRC conf :tangle (tangle/file tmux-p ".tmux.conf")
# Setup utf8 by default and vi mode
set-window-option -g utf8 on
# Setup vi mode by default
set-window-option -g mode-keys vi
set-window-option -g aggressive-resize on

@@ -30,7 +29,6 @@ Tmux configuration. Pretty boring in most ways.
set-option -g status-right-length 13
set-option -g status-right "%a %H:%M:%S"
set-option -g status-interval 7
set-option -g status-utf8 on

# Pane border options, mimics the status line coloring
set-option -g pane-border-bg colour15


正在加载...
取消
保存