From 98beb901aef1274e424ead3f09d18c8f3515e737 Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Sat, 8 Aug 2026 21:37:21 +0200 Subject: wyrd: Keybindings angepasst --- wyrd/wyrdrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wyrd/wyrdrc b/wyrd/wyrdrc index 1406b33..cf28431 100644 --- a/wyrd/wyrdrc +++ b/wyrd/wyrdrc @@ -129,9 +129,9 @@ bind "P" paste_dialog bind "d" scroll_description_up bind "D" scroll_description_down bind "Q" quick_add -bind "t" new_timed +bind "t" new_timed_dialog bind "T" new_timed_dialog -bind "u" new_untimed +bind "u" new_untimed_dialog bind "U" new_untimed_dialog bind "w" new_template0 bind "W" new_template1 -- cgit v1.3 From bf3b4c15f999f1f70777eb67f0e3751f67802a00 Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Mon, 10 Aug 2026 13:04:36 +0200 Subject: git: Remote branches werden automatisch angelegt. Danke an Alex! --- git/config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/git/config b/git/config index 4f95290..411b924 100644 --- a/git/config +++ b/git/config @@ -10,6 +10,9 @@ [init] defaultBranch = master +[push] + autoSetupRemote = true + [core] pager = delta autocrlf = false -- cgit v1.3