Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
10sr
/
dotfiles-mirror
mirror da
https://github.com/10sr/dotfiles.git
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
Merge branch 'master' of github.com:10sr/dotfiles
pull/1/head
10sr
12 anni fa
parent
631834f5a7
3f8a22a9a5
commit
aa52ddf879
2 ha cambiato i file
con
5 aggiunte
e
0 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+4
-0
bashrc
+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
Scrivi
Anteprima
Caricamento…
Annulla
Salva