diff --git a/tag-tmux/tmux.conf b/tag-tmux/tmux.conf index 8f9d9df..c834d42 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 C-l +bind C-l send-keys 'C-l' +bind C-k send-keys 'C-k'