Skip to content

Commit cbf5fec

Browse files
committed
Merge branch 'master' of github.com:zhangyangjing/vimfiles
2 parents abb299b + d067d2f commit cbf5fec

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

bash_profile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ alias la='ls -a'
1414
alias lla='ls -al'
1515
alias lal='ls -al'
1616
alias cls='clear'
17+
alias tm='tmux'
1718
#alias tmux='TERM=xterm-256color tmux'
1819

1920
export PS1="\u@\W\$ "

tmux.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ bind j selectp -D # 选择下窗格
1313
bind h selectp -L # 选择左窗格
1414
bind l selectp -R # 选择右窗格
1515

16+
bind ^h selectw -p # 选择上窗口
17+
bind ^l selectw -n # 选择下窗口
18+
1619
# split panel
1720
bind \ split-window -h
1821
bind - split-window -v

0 commit comments

Comments
 (0)