aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2026-08-10 18:45:29 +0200
committerThomas Schmucker <ts@its1.de>2026-08-10 18:45:29 +0200
commitf16823c248dde7485c674067a6a6c6b14d7ddc6c (patch)
tree1ec1e78c9df2de2a8b9bb76d682879375db0725b
parent5fd36c4892222e97f114d3177cf8a2c65873bf5f (diff)
parentbf3b4c15f999f1f70777eb67f0e3751f67802a00 (diff)
downloaddotfiles-f16823c248dde7485c674067a6a6c6b14d7ddc6c.tar.gz
dotfiles-f16823c248dde7485c674067a6a6c6b14d7ddc6c.tar.bz2
dotfiles-f16823c248dde7485c674067a6a6c6b14d7ddc6c.zip
Merge branch 'master' of git.its1.de:public/dotfiles
-rw-r--r--git/config3
-rw-r--r--wyrd/wyrdrc4
2 files changed, 5 insertions, 2 deletions
diff --git a/git/config b/git/config
index 4f95290..411b924 100644
--- a/git/config
+++ b/git/config
@@ -10,6 +10,9 @@
10[init] 10[init]
11 defaultBranch = master 11 defaultBranch = master
12 12
13[push]
14 autoSetupRemote = true
15
13[core] 16[core]
14 pager = delta 17 pager = delta
15 autocrlf = false 18 autocrlf = false
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
129bind "d" scroll_description_up 129bind "d" scroll_description_up
130bind "D" scroll_description_down 130bind "D" scroll_description_down
131bind "Q" quick_add 131bind "Q" quick_add
132bind "t" new_timed 132bind "t" new_timed_dialog
133bind "T" new_timed_dialog 133bind "T" new_timed_dialog
134bind "u" new_untimed 134bind "u" new_untimed_dialog
135bind "U" new_untimed_dialog 135bind "U" new_untimed_dialog
136bind "w" new_template0 136bind "w" new_template0
137bind "W" new_template1 137bind "W" new_template1