From 83f0cb6b6fac669ad0f7f9520d2b82f75fe81a0c Mon Sep 17 00:00:00 2001 From: DrNuget Date: Thu, 6 Feb 2025 23:33:35 +0200 Subject: tmux.conf add vi mode keys --- .tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.tmux.conf b/.tmux.conf index 31f0776..cf53d41 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -3,6 +3,7 @@ bind m split-window -v bind r source-file ~/.tmux.conf set -g status-fg white set -g status-bg black +set-window-option -g mode-keys vi # Smart pane switching with awareness of Vim splits. # See: https://github.com/christoomey/vim-tmux-navigator -- cgit v1.2.3