Fix tmux.conf

git-svn-id: http://photonzero.com/dotfiles/trunk@64 23f722f6-122a-0410-8cef-c75bd312dd78
This commit is contained in:
michener 2010-09-21 19:07:24 +00:00
parent e2368b4ee7
commit 9b767aed56

View file

@ -1,10 +1,9 @@
set -g prefix C-a
unbind C-b
bind-key C-a last-window
bind-key a send-prefix
bind-key j down-pane
bind-key k up-pane
bind-key j select-pane -t:-
bind-key k select-pane -t:+
bind-key C-n next-window
bind-key C-p previous-window
set -g set-titles off