From f29729ae30583bb22d9ba996aea3dbfb066c7995 Mon Sep 17 00:00:00 2001
From: Oliver Davies <oliver@oliverdavies.uk>
Date: Tue, 3 Dec 2019 09:22:31 +0000
Subject: [PATCH] Use emacs key mapping for status keys

---
 tag-tmux/tmux.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tag-tmux/tmux.conf b/tag-tmux/tmux.conf
index d841b8f0..5a66eb7b 100644
--- a/tag-tmux/tmux.conf
+++ b/tag-tmux/tmux.conf
@@ -8,6 +8,7 @@ bind-key -n C-j select-pane -D
 bind-key -n C-k select-pane -U
 bind-key -n C-l select-pane -R
 
+set-option -g status-keys "emacs"
 set-option -g default-terminal "screen-256color"
 
 set -g status-fg "#aaaaaa"