Explorar el Código

fix tmux.conf

pull/1/head
10sr hace 12 años
padre
commit
3f8a22a9a5
Se han modificado 2 ficheros con 5 adiciones y 0 borrados
  1. +4
    -0
      bashrc
  2. +1
    -0
      tmux.conf

+ 4
- 0
bashrc Ver fichero

@@ -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 Ver fichero

@@ -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


Cargando…
Cancelar
Guardar