Fix tmux.conf
git-svn-id: http://photonzero.com/dotfiles/trunk@64 23f722f6-122a-0410-8cef-c75bd312dd78
This commit is contained in:
parent
e2368b4ee7
commit
9b767aed56
1 changed files with 2 additions and 3 deletions
|
|
@ -1,10 +1,9 @@
|
||||||
|
|
||||||
set -g prefix C-a
|
set -g prefix C-a
|
||||||
unbind C-b
|
unbind C-b
|
||||||
bind-key C-a last-window
|
bind-key C-a last-window
|
||||||
bind-key a send-prefix
|
bind-key a send-prefix
|
||||||
bind-key j down-pane
|
bind-key j select-pane -t:-
|
||||||
bind-key k up-pane
|
bind-key k select-pane -t:+
|
||||||
bind-key C-n next-window
|
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue