From c57164b274e740f7ee724bd62811b2eaedf0d9a9 Mon Sep 17 00:00:00 2001 From: andrzej Date: Thu, 13 Jun 2024 09:39:24 +0200 Subject: [PATCH] add mouse mode and vi mode --- tmux/.tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 539909e..8e954f9 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -8,6 +8,9 @@ set -g @rose_pine_date_time '%a %e %B | %R' set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-sensible' set -g @plugin 'christoomey/vim-tmux-navigator' + +set -g mouse on +setw -g mode-keys vi # Other examples: # set -g @plugin 'github_username/plugin_name' # set -g @plugin 'github_username/plugin_name#branch'