aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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