From 5948e0ec52ab3d0ae8c34705f71a53fd211338a7 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Sat, 19 Aug 2023 04:44:28 -0600 Subject: tmux: enable scroll feat --- .config/tmux/tmux.conf | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to '.config/tmux/tmux.conf') diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index ed7fec4..6584b6c 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -1,9 +1,12 @@ -# General +# general +set -s default-terminal 'tmux-256color' +set -g mouse on + +# tpm config from here onwards set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-sensible' -set -s default-terminal 'tmux-256color' -# Dracula customizations +# dracula customizations set -g @plugin 'dracula/tmux' set -g @dracula-plugins "git cpu-usage gpu-usage ram-usage time" set -g @dracula-show-empty-plugins false @@ -13,5 +16,5 @@ set -g @dracula-show-powerline true set -g @dracula-show-timezone false set -g @dracula-military-time true -# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) +# initialize tpm (keep this line at the very bottom of tmux.conf) run '/usr/share/tmux-plugin-manager/tpm' -- cgit v1.2.3-70-g09d2