瀏覽代碼

fix tmux.conf

pull/1/head
10sr 12 年之前
父節點
當前提交
3f8a22a9a5
共有 2 個檔案被更改,包括 5 行新增0 行删除
  1. +4
    -0
      bashrc
  2. +1
    -0
      tmux.conf

+ 4
- 0
bashrc 查看文件

@@ -72,6 +72,10 @@ if iswindows; then
export USER=$USERNAME
fi

_tmux_prefs(){
null type tmux || return 1
tmux set -g mode-keys vi
}

#######################



+ 1
- 0
tmux.conf 查看文件

@@ -4,6 +4,7 @@ unbind C-b
set -g prefix C-z
bind-key C-z send-prefix
bind-key C command-prompt "new-window '%%'"

setw -g mode-keys vi

set -g default-command /bin/bash


Loading…
取消
儲存