diff options
author | DrNuget <drnuget@outlook.com> | 2025-02-06 23:33:35 +0200 |
---|---|---|
committer | DrNuget <drnuget@outlook.com> | 2025-02-06 23:33:35 +0200 |
commit | 83f0cb6b6fac669ad0f7f9520d2b82f75fe81a0c (patch) | |
tree | 80147b595e5a28ec1cfb0039d580ff8ac150fb18 | |
parent | a5b0b34269f3034bd4eccea67ee543c132b34d80 (diff) |
tmux.conf add vi mode keys
-rw-r--r-- | .tmux.conf | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |