Browse Source

fix tmux.conf

pull/1/head
10sr 12 years ago
parent
commit
3f8a22a9a5
2 changed files with 5 additions and 0 deletions
  1. +4
    -0
      bashrc
  2. +1
    -0
      tmux.conf

+ 4
- 0
bashrc View File

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


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


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




+ 1
- 0
tmux.conf View File

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

setw -g mode-keys vi setw -g mode-keys vi


set -g default-command /bin/bash set -g default-command /bin/bash


Loading…
Cancel
Save