dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 7c8ccd1aacaad90c4d7a7cf554fc372f3ec8bbad
parent 85060f3883cf6bf38efbd90e181264f48ea93c23
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Thu,  8 Sep 2022 23:37:20 +0200

tmux: change binding to clear screen

It conflicted with resizing panes

Diffstat:
Mtmux/tmux-dark.conf | 2+-
Mtmux/tmux-light.conf | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tmux/tmux-dark.conf b/tmux/tmux-dark.conf @@ -175,6 +175,6 @@ unbind @ bind @ setw synchronize-panes \; display-message "Toggle sync panes" # Clear pane -bind C-l send-keys -R \; clear-history +bind C-r send-keys -R \; clear-history # }}} # }}} diff --git a/tmux/tmux-light.conf b/tmux/tmux-light.conf @@ -174,6 +174,6 @@ unbind @ bind @ setw synchronize-panes \; display-message "Toggle sync panes" # Clear pane -bind C-l send-keys -R \; clear-history +bind C-r send-keys -R \; clear-history # }}} # }}}