aboutsummaryrefslogtreecommitdiff
path: root/.config/tmux
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2024-03-09 23:40:27 +0200
committersrdusr <trevorgray@srdusr.com>2024-03-09 23:40:27 +0200
commitd710268b16af78e089b710e87afab1d16265cea0 (patch)
treeb673e5f2cc5131e6903301286fa493f52c173627 /.config/tmux
parent8ba4ba0af8f0065c2f4bfff5a644d723310334b9 (diff)
downloaddotfiles-d710268b16af78e089b710e87afab1d16265cea0.tar.gz
dotfiles-d710268b16af78e089b710e87afab1d16265cea0.zip
Clear screen with new script
Diffstat (limited to '.config/tmux')
-rw-r--r--.config/tmux/tmux.conf3
1 files changed, 2 insertions, 1 deletions
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 <Prefix>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 '' \; \