Parcourir la source

fix tmux.conf

pull/1/head
10sr il y a 12 ans
Parent
révision
3f8a22a9a5
2 fichiers modifiés avec 5 ajouts et 0 suppressions
  1. +4
    -0
      bashrc
  2. +1
    -0
      tmux.conf

+ 4
- 0
bashrc Voir le fichier

@@ -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 Voir le fichier

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


Chargement…
Annuler
Enregistrer