diff options
Diffstat (limited to '.config/calcurse')
-rw-r--r-- | .config/calcurse/conf | 33 | ||||
-rw-r--r-- | .config/calcurse/keys | 55 |
2 files changed, 88 insertions, 0 deletions
diff --git a/.config/calcurse/conf b/.config/calcurse/conf new file mode 100644 index 0000000..b46b0a7 --- /dev/null +++ b/.config/calcurse/conf | |||
@@ -0,0 +1,33 @@ | |||
1 | appearance.calendarview=monthly | ||
2 | appearance.compactpanels=no | ||
3 | appearance.defaultpanel=calendar | ||
4 | appearance.layout=5 | ||
5 | appearance.notifybar=yes | ||
6 | appearance.sidebarwidth=2 | ||
7 | appearance.theme=blue on default | ||
8 | appearance.todoview=hide-completed | ||
9 | appearance.headingpos=right-justified | ||
10 | daemon.enable=no | ||
11 | daemon.log=no | ||
12 | format.inputdate=1 | ||
13 | format.notifydate=%a %F | ||
14 | format.notifytime=%T | ||
15 | format.outputdate=%D | ||
16 | format.dayheading=%B %-d, %Y | ||
17 | general.autogc=no | ||
18 | general.autosave=yes | ||
19 | general.confirmdelete=yes | ||
20 | general.confirmquit=no | ||
21 | general.firstdayofweek=monday | ||
22 | general.periodicsave=0 | ||
23 | general.systemdialogs=yes | ||
24 | notification.command=printf '\a' | ||
25 | notification.notifyall=flagged-only | ||
26 | notification.warning=300 | ||
27 | appearance.headerline=yes | ||
28 | appearance.eventseparator=yes | ||
29 | appearance.dayseparator=yes | ||
30 | appearance.emptyline=yes | ||
31 | appearance.emptyday=-- | ||
32 | general.multipledays=yes | ||
33 | general.systemevents=yes | ||
diff --git a/.config/calcurse/keys b/.config/calcurse/keys new file mode 100644 index 0000000..301d367 --- /dev/null +++ b/.config/calcurse/keys | |||
@@ -0,0 +1,55 @@ | |||
1 | # | ||
2 | # Calcurse keys configuration file | ||
3 | # | ||
4 | # In this file the keybindings used by Calcurse are defined. | ||
5 | # It is generated automatically by Calcurse and is maintained | ||
6 | # via the key configuration menu of the interactive user | ||
7 | # interface. It should not be edited directly. | ||
8 | |||
9 | generic-cancel ESC | ||
10 | generic-select SPC | ||
11 | generic-credits @ | ||
12 | generic-help ? | ||
13 | generic-quit q Q | ||
14 | generic-save s S ^S | ||
15 | generic-reload R | ||
16 | generic-copy c | ||
17 | generic-paste p ^V | ||
18 | generic-change-view TAB | ||
19 | generic-import i I | ||
20 | generic-export x X | ||
21 | generic-goto g G | ||
22 | generic-other-cmd o O | ||
23 | generic-config-menu C | ||
24 | generic-redraw ^R | ||
25 | generic-add-appt ^A | ||
26 | generic-add-todo ^T | ||
27 | generic-prev-day T ^H | ||
28 | generic-next-day t ^L | ||
29 | generic-prev-week W ^K | ||
30 | generic-next-week w RET | ||
31 | generic-prev-month M | ||
32 | generic-next-month m | ||
33 | generic-prev-year Y | ||
34 | generic-next-year y | ||
35 | generic-scroll-down ^N | ||
36 | generic-scroll-up ^P | ||
37 | generic-goto-today ^G | ||
38 | generic-command : | ||
39 | move-right l L RGT | ||
40 | move-left h H LFT | ||
41 | move-down j J DWN | ||
42 | move-up k K UP | ||
43 | start-of-week 0 | ||
44 | end-of-week $ | ||
45 | add-item a A | ||
46 | del-item d D | ||
47 | edit-item e E | ||
48 | view-item v V | ||
49 | pipe-item | | ||
50 | flag-item ! | ||
51 | repeat r | ||
52 | edit-note n N | ||
53 | view-note > | ||
54 | raise-priority + | ||
55 | lower-priority - | ||