projects
/
cmccabe-etc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
d5d16e5
)
.tmux.conf: better navigation bindings
author
Colin Patrick McCabe
<cmccabe@nvidia.com>
Tue, 18 Oct 2011 18:08:06 +0000 (11:08 -0700)
committer
Colin Patrick McCabe
<cmccabe@nvidia.com>
Tue, 18 Oct 2011 18:08:06 +0000 (11:08 -0700)
Signed-off-by: Colin McCabe <cmccabe@alumni.cmu.edu>
.tmux.conf
patch
|
blob
|
history
diff --git
a/.tmux.conf
b/.tmux.conf
index
0a1d98d
..
6e8e26a
100644
(file)
--- a/
.tmux.conf
+++ b/
.tmux.conf
@@
-17,8
+17,10
@@
set -g default-terminal "screen-256color"
set -g visual-bell off
-bind-key -n F6 prev
-bind-key -n F7 next
+bind-key -n F5 next
+bind-key -n F6 select-pane -t :.+
+bind-key -n F7 select-pane -t :.-
+bind-key -n F8 prev
set-option -g status-utf8 on
set-option -g status-bg blue
@@
-27,3
+29,4
@@
set-option -g status-interval 5
set-option -g visual-activity off
set-window-option -g monitor-activity on
set-window-option -g window-status-current-fg cyan
+