diff --git a/tmux.conf.local b/tmux.conf.local index dce0eb0..a332f00 100644 --- a/tmux.conf.local +++ b/tmux.conf.local @@ -29,7 +29,7 @@ bind - split-window -v bind-key -n C-a send-prefix # prefix + h to clear screen and history buffer -bind h send-keys "clear && tmux clear-history" \; send-keys "Enter" +bind r send-keys "clear && tmux clear-history" \; send-keys "Enter" ########################### # Status Bar