From 7ece804f215e7f42f23d8f3973542b5c8fa492f3 Mon Sep 17 00:00:00 2001 From: Aroy-Art Date: Mon, 2 Dec 2024 21:52:54 +0100 Subject: [PATCH] Tmux Config: update comment seperators --- Configs/Tmux/tmux.conf | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Configs/Tmux/tmux.conf b/Configs/Tmux/tmux.conf index 7b793ba..132d551 100644 --- a/Configs/Tmux/tmux.conf +++ b/Configs/Tmux/tmux.conf @@ -4,23 +4,23 @@ bind r source-file ~/.tmux.conf \; display-message "Config reloaded..." # Enable mouse control (clickable windows, panes, resizable panes) #set -g mouse on -###################################################################### +##################################################################### # History limit -###################################################################### +##################################################################### set -g history-limit 500000 -###################################################################### +##################################################################### # Key bindings -###################################################################### +##################################################################### # switch panes using Alt-arrow without prefix -################################### +################################## bind -n M-Left select-pane -L bind -n M-Right select-pane -R bind -n M-Up select-pane -U bind -n M-Down select-pane -D -###################################################################### +##################################################################### # Enable full color support -###################################################################### +##################################################################### set -g default-terminal "tmux-256color" set -ga terminal-overrides ",*256col*:Tc"