diff options
| author | srdusr <trevorgray@srdusr.com> | 2024-03-09 23:40:27 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2024-03-09 23:40:27 +0200 |
| commit | d710268b16af78e089b710e87afab1d16265cea0 (patch) | |
| tree | b673e5f2cc5131e6903301286fa493f52c173627 /.config/tmux/tmux.conf | |
| parent | 8ba4ba0af8f0065c2f4bfff5a644d723310334b9 (diff) | |
| download | dotfiles-d710268b16af78e089b710e87afab1d16265cea0.tar.gz dotfiles-d710268b16af78e089b710e87afab1d16265cea0.zip | |
Clear screen with new script
Diffstat (limited to '.config/tmux/tmux.conf')
| -rw-r--r-- | .config/tmux/tmux.conf | 3 |
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 '' \; \ |
