about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--saneterm/keys.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/saneterm/keys.py b/saneterm/keys.py
index 6983c9f..00d5ac1 100644
--- a/saneterm/keys.py
+++ b/saneterm/keys.py
@@ -20,6 +20,7 @@ class Bindings():
             bind "<ctrl>a" { "move-input-start" () };
             bind "<ctrl>e" { "move-input-end" () };
             bind "<ctrl>h" { "backspace" () };
+            bind "<ctrl>j" { "insert-at-cursor" ("\\n") };
         }
 
         * {