From 7bd82d5b13c456b83c7921e5c6c609bb76a9bd6a Mon Sep 17 00:00:00 2001 From: Ricardo Date: Fri, 7 Mar 2025 16:16:30 +0100 Subject: [PATCH] Added theme, window and pane navigation, and other goodies. --- tmux.conf | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tmux.conf b/tmux.conf index 36b691f..a6d0573 100644 --- a/tmux.conf +++ b/tmux.conf @@ -8,7 +8,6 @@ bind-key r source-file ~/.config/tmux/tmux.conf \; display-message "tmux.conf re set -g mouse on # Costumize down bar -#set -g status-right "#(who | grep -w pts/1 | cut -d' ' -f1) #(hostname)" set -g status-right "#(hostname) #[bg=green]🕒%H:%M" # Use Shift+Arrow to navigate windows @@ -46,8 +45,3 @@ set -g @plugin 'catppuccin/tmux' # Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) run '~/.tmux/plugins/tpm/tpm' - - -###### Information -# type this in terminal if tmux is already running -# \ No newline at end of file