瀏覽代碼

added tmux... wasn't there for some reason

master
Paul Longtine 9 年之前
父節點
當前提交
a57f250214
共有 1 個檔案被更改,包括 12 行新增0 行删除
  1. 12
    0
      tmux/.tmux.conf

+ 12
- 0
tmux/.tmux.conf 查看文件

@@ -0,0 +1,12 @@
unbind C-b
set -g prefix C-space
bind C-space send-prefix

set -g status-bg black
set -g status-fg white
set -g status-interval 60
set -g status-left-length 30
set -g status-left '#[fg=green][#[default]#S#[fg=green]] #[fg=green]#(whoami)@#H#[default]'
set -g status-right '#[fg=yellow]#(cut -d " " -f 1-3 /proc/loadavg)#[default] #[fg=blue]%I:%M#[default]'
set -g pane-border-fg black
set -g pane-active-border-fg black

Loading…
取消
儲存