diff --git a/.tmux.conf b/.tmux.conf index 7eaff2f..1ce2303 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -47,6 +47,10 @@ bind-key , previous-window # < bind-key . next-window # > bind-key < swap-window -t :- bind-key > swap-window -t :+ + +# clear screen +bind-key C-k send-keys -R \; clear-history + # move cursor between windows bind -r C-h select-window -t :- bind -r C-l select-window -t :+