summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2016-11-24 20:12:57 -0500
committerJune McEnroe <june@causal.agency>2016-11-24 20:12:57 -0500
commitc029b0ae704169a2d48e9032a7d7e367ab21bf87 (patch)
tree91ee3af191b18ccd273a429e6e960d6ad89b80c8
parentSet tmux status colors BLACK (diff)
downloadsrc-c029b0ae704169a2d48e9032a7d7e367ab21bf87.tar.gz
src-c029b0ae704169a2d48e9032a7d7e367ab21bf87.zip
Use C-e C-e to switch tmux windows
-rw-r--r--.tmux.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/.tmux.conf b/.tmux.conf
index 06c1d765..bfd97921 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -1,6 +1,6 @@
 unbind C-b
 set -g prefix C-e
-bind C-e send-prefix
+bind e send-prefix
 set -g escape-time 0
 
 set -g default-terminal 'screen-256color'
@@ -17,7 +17,7 @@ set -g window-status-separator '|'
 set -g status-style bg=black,fg=white
 
 bind t new-window -c '#{pane_current_path}'
-bind o last-window
+bind C-e last-window
 
 bind s split-window -v -c '#{pane_current_path}'
 bind v split-window -h -c '#{pane_current_path}'