From 647643b63e08c7eaae16565b936f3cf3d34a4fa1 Mon Sep 17 00:00:00 2001 From: Sören Tempel Date: Sun, 23 May 2021 06:33:47 +0200 Subject: Add ctrl+j binding --- saneterm/keys.py | 1 + 1 file changed, 1 insertion(+) 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 "a" { "move-input-start" () }; bind "e" { "move-input-end" () }; bind "h" { "backspace" () }; + bind "j" { "insert-at-cursor" ("\\n") }; } * { -- cgit 1.4.1