Add tmux history clear message

This commit is contained in:
Fabian Ising
2022-02-14 15:00:04 +01:00
parent 5d2db4c1ca
commit 6cdf718099

View File

@@ -29,7 +29,7 @@ unbind '%'
bind-key -n C-x resize-pane -Z
bind-key C-x send-keys C-x
bind k clear-history
bind k clear-history\; display "History cleared"
bind-key a set-window-option synchronize-panes