We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents abb299b + d067d2f commit cbf5fecCopy full SHA for cbf5fec
bash_profile
@@ -14,6 +14,7 @@ alias la='ls -a'
14
alias lla='ls -al'
15
alias lal='ls -al'
16
alias cls='clear'
17
+alias tm='tmux'
18
#alias tmux='TERM=xterm-256color tmux'
19
20
export PS1="\u@\W\$ "
tmux.conf
@@ -13,6 +13,9 @@ bind j selectp -D # 选择下窗格
13
bind h selectp -L # 选择左窗格
bind l selectp -R # 选择右窗格
+bind ^h selectw -p # 选择上窗口
+bind ^l selectw -n # 选择下窗口
+
# split panel
bind \ split-window -h
21
bind - split-window -v
0 commit comments