]> git.sthu.org Git - shutils.git/commitdiff
tmux: Set mode-keys vi
authorStefan Huber <shuber@sthu.org>
Mon, 26 Aug 2024 07:32:13 +0000 (09:32 +0200)
committerStefan Huber <shuber@sthu.org>
Mon, 26 Aug 2024 07:32:13 +0000 (09:32 +0200)
dotfiles/tmux/.tmux.conf

index d6c57730ba197126982b0067d73d8a1149ef7cb4..78ac6edb8caaf1975a844d1b0b21b3c5ace4be6d 100644 (file)
@@ -3,6 +3,8 @@
 set -g default-terminal "xterm-256color"
 set -g mouse on
 
+setw -g mode-keys vi
+
 set-window-option -g xterm-keys on
 
 # Pass escape immediately to vim