From 3dec79668f31a74abf4c6f6559a1be4d235f0c85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Bastian?= Date: Fri, 9 Jun 2017 13:31:11 +0200 Subject: [PATCH] tmux: prefix-l -> ^L --- files/.tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/files/.tmux.conf b/files/.tmux.conf index 7a16dbf..6bce32b 100644 --- a/files/.tmux.conf +++ b/files/.tmux.conf @@ -43,6 +43,9 @@ set -g visual-activity on unbind r bind r source-file ~/.tmux.conf \; display-message " Config reloaded". +# Reassign overloaded bindings +bind l send-keys 'C-l' + # Status bar set -g status-bg colour237