about summary refs log tree commit diff
path: root/saneterm/keys.py
diff options
context:
space:
mode:
Diffstat (limited to 'saneterm/keys.py')
-rw-r--r--saneterm/keys.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/saneterm/keys.py b/saneterm/keys.py
index 925bdab..6b85ede 100644
--- a/saneterm/keys.py
+++ b/saneterm/keys.py
@@ -17,6 +17,7 @@ class Bindings():
             bind "<ctrl>a" { "move-input-start" () };
             bind "<ctrl>e" { "move-input-end" () };
             bind "<ctrl>j" { "insert-at-cursor" ("\\n") };
+            bind "<ctrl>l" { "clear-view" () };
 
             bind "<ctrl>w" { "delete-from-cursor" (word-ends, -1) };
             bind "<ctrl>h" { "backspace" () };