summaryrefslogtreecommitdiff
path: root/.tmux.conf
diff options
context:
space:
mode:
authorDrNuget <drnuget@outlook.com>2025-02-06 23:33:35 +0200
committerDrNuget <drnuget@outlook.com>2025-02-06 23:33:35 +0200
commit83f0cb6b6fac669ad0f7f9520d2b82f75fe81a0c (patch)
tree80147b595e5a28ec1cfb0039d580ff8ac150fb18 /.tmux.conf
parenta5b0b34269f3034bd4eccea67ee543c132b34d80 (diff)
tmux.conf add vi mode keys
Diffstat (limited to '.tmux.conf')
-rw-r--r--.tmux.conf1
1 files changed, 1 insertions, 0 deletions
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