diff options
Diffstat (limited to '.config/tmux')
| -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 '' \; \ |
