diff options
| -rw-r--r-- | git/config | 3 | ||||
| -rw-r--r-- | wyrd/wyrdrc | 4 |
2 files changed, 5 insertions, 2 deletions
| @@ -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 | |||
| 129 | bind "d" scroll_description_up | 129 | bind "d" scroll_description_up |
| 130 | bind "D" scroll_description_down | 130 | bind "D" scroll_description_down |
| 131 | bind "Q" quick_add | 131 | bind "Q" quick_add |
| 132 | bind "t" new_timed | 132 | bind "t" new_timed_dialog |
| 133 | bind "T" new_timed_dialog | 133 | bind "T" new_timed_dialog |
| 134 | bind "u" new_untimed | 134 | bind "u" new_untimed_dialog |
| 135 | bind "U" new_untimed_dialog | 135 | bind "U" new_untimed_dialog |
| 136 | bind "w" new_template0 | 136 | bind "w" new_template0 |
| 137 | bind "W" new_template1 | 137 | bind "W" new_template1 |
