Sfoglia il codice sorgente

fix tmux.conf

pull/1/head
10sr 12 anni fa
parent
commit
3f8a22a9a5
2 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  1. +4
    -0
      bashrc
  2. +1
    -0
      tmux.conf

+ 4
- 0
bashrc Vedi File

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

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


Caricamento…
Annulla
Salva