First pass at making tmux the default
git-svn-id: http://photonzero.com/dotfiles/trunk@47 23f722f6-122a-0410-8cef-c75bd312dd78
This commit is contained in:
parent
f05a5b905d
commit
f62f0b9195
2 changed files with 2 additions and 0 deletions
|
|
@ -46,6 +46,7 @@ alias vi='vim'
|
||||||
alias grep="grep --color=auto"
|
alias grep="grep --color=auto"
|
||||||
alias screen="screen -R"
|
alias screen="screen -R"
|
||||||
alias dvtm="dvtm -m \"^w\""
|
alias dvtm="dvtm -m \"^w\""
|
||||||
|
alias tm="tmux -2 attach"
|
||||||
|
|
||||||
#Cosmetic/useful
|
#Cosmetic/useful
|
||||||
#alias naim="naim --noscreen"
|
#alias naim="naim --noscreen"
|
||||||
|
|
|
||||||
|
|
@ -4,3 +4,4 @@ bind-key C-n next-window
|
||||||
bind-key C-p previous-window
|
bind-key C-p previous-window
|
||||||
set -g set-titles off
|
set -g set-titles off
|
||||||
set -g default-terminal screen-256color
|
set -g default-terminal screen-256color
|
||||||
|
new -d
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue