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.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/saneterm/keys.py b/saneterm/keys.py
index 6b85ede..ab471a2 100644
--- a/saneterm/keys.py
+++ b/saneterm/keys.py
@@ -17,7 +17,9 @@ 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>f" { "toggle-search" () };
 
             bind "<ctrl>w" { "delete-from-cursor" (word-ends, -1) };
             bind "<ctrl>h" { "backspace" () };