From 6385b48febd1896dad9cc060307bf2d3c14a47fe Mon Sep 17 00:00:00 2001 From: Aroy-Art Date: Sat, 22 Jun 2024 22:36:14 +0200 Subject: [PATCH] Add: in config docs for tmux --- Configs/Tmux/tmux.conf | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Configs/Tmux/tmux.conf b/Configs/Tmux/tmux.conf index 82183aa..2fa8c85 100644 --- a/Configs/Tmux/tmux.conf +++ b/Configs/Tmux/tmux.conf @@ -5,9 +5,16 @@ bind r source-file ~/.tmux.conf # 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