Przeglądaj źródła

Merge branch 'master' of github.com:10sr/dotfiles

pull/1/head
10sr 13 lat temu
rodzic
commit
aa52ddf879
2 zmienionych plików z 5 dodań i 0 usunięć
  1. +4
    -0
      bashrc
  2. +1
    -0
      tmux.conf

+ 4
- 0
bashrc Wyświetl plik

@@ -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 Wyświetl plik

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


Ładowanie…
Anuluj
Zapisz