summaryrefslogtreecommitdiff
path: root/tmux
diff options
context:
space:
mode:
authorJake Koroman <jake@jakekoroman.com>2026-04-28 21:09:51 -0400
committerJake Koroman <jake@jakekoroman.com>2026-04-28 21:09:51 -0400
commitae935e4c15c92b9558b926930412b358f0460b32 (patch)
tree8bec343a7d179dd4e9fa1d39998c9cbed011baa9 /tmux
parentbfd7be19d28cdbe32c81b47f64c88dbe6a2d713a (diff)
vi binds in tmux.
Diffstat (limited to 'tmux')
-rw-r--r--tmux/tmux.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf
index 08a73c3..f21efe9 100644
--- a/tmux/tmux.conf
+++ b/tmux/tmux.conf
@@ -8,6 +8,7 @@ set -s escape-time 0
set -g base-index 1
setw -g pane-base-index 1
+setw -g mode-keys vi
set -g default-terminal xterm-256color
set-option -ga terminal-overrides ",xterm-256color:Tc"