diff --git a/tag-tmux/tmux.conf b/tag-tmux/tmux.conf
index 8f9d9dfc..c834d428 100644
--- a/tag-tmux/tmux.conf
+++ b/tag-tmux/tmux.conf
@@ -72,3 +72,7 @@ bind-key -T copy-mode-vi 'C-j' select-pane -D
 bind-key -T copy-mode-vi 'C-k' select-pane -U
 bind-key -T copy-mode-vi 'C-l' select-pane -R
 bind-key -T copy-mode-vi 'C-\' select-pane -l
+
+# Allow clearing screen with ctrl-l by using <prefix> C-l
+bind C-l send-keys 'C-l'
+bind C-k send-keys 'C-k'