From fb86575f07d6cac0386e19df664fbdd3a7106595 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Mon, 26 Jul 2021 21:27:34 +0100 Subject: [PATCH] Revert "Switch to VS Code" This reverts commit 370c720a93087548399bbe056146845eed13fc1b. --- roles/home-cli/files/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/home-cli/files/tmux.conf b/roles/home-cli/files/tmux.conf index ab5b35f..108df62 100644 --- a/roles/home-cli/files/tmux.conf +++ b/roles/home-cli/files/tmux.conf @@ -7,7 +7,7 @@ set-option -g base-index 1 set-option -g default-command "$SHELL" set-option -g default-terminal "tmux-256color" set-option -g display-panes-time 5000 -set-option -g mouse on +set-option -g mouse off set-option -g pane-base-index 1 set-option -g status-right '' set-window-option -g xterm-keys on