summaryrefslogtreecommitdiff
path: root/.tmux.conf
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2015-05-27 13:35:44 +0900
committerSean Whitton <spwhitton@spwhitton.name>2015-05-27 13:35:44 +0900
commitda0ed3ea0c36b4f0b3d2ce58fedc6a392a2af2da (patch)
treefe7923f6c825363a802d1d0ecd1806182d3d28fb /.tmux.conf
parentf588afca534fb49276bc53f69cf5d0ce1e573a0b (diff)
downloaddotfiles-da0ed3ea0c36b4f0b3d2ce58fedc6a392a2af2da.tar.gz
Emacs keys in tmux ..
Diffstat (limited to '.tmux.conf')
-rw-r--r--.tmux.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/.tmux.conf b/.tmux.conf
index 69a59ca4..13478059 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -15,8 +15,8 @@ set -sg escape-time 1
set -g set-titles on
# set -g set-titles-string "tmux #I:#W"
set -g set-titles-string "#(whoami)@#h"
-setw -g mode-keys vi
-set -g status-keys vi
+setw -g mode-keys emacs
+set -g status-keys emacs
set-window-option -g xterm-keys on
set -g default-terminal "screen-256color"