From d710268b16af78e089b710e87afab1d16265cea0 Mon Sep 17 00:00:00 2001 From: srdusr Date: Sat, 9 Mar 2024 23:40:27 +0200 Subject: Clear screen with new script --- .config/tmux/tmux.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 3eb5b52..6e31202 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -41,7 +41,8 @@ set -sg escape-time 10 bind r source-file ~/.config/tmux/tmux.conf \; display "Reloaded!" # Use L to clear terminal -bind -r L send-keys 'C-l' +#bind -r L send-keys 'C-l' +bind -r L send-keys "clear-screen" \; send-keys 'Enter' # Rename current window (Ctrl + A, A) bind R rename-window '' \; \ -- cgit v1.2.3