summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vdirsyncer/.config/vdirsyncer/config18
-rw-r--r--vim/.vimrc6
2 files changed, 12 insertions, 12 deletions
diff --git a/vdirsyncer/.config/vdirsyncer/config b/vdirsyncer/.config/vdirsyncer/config
index 0b2b070..a547af9 100644
--- a/vdirsyncer/.config/vdirsyncer/config
+++ b/vdirsyncer/.config/vdirsyncer/config
@@ -1,20 +1,20 @@
[general]
-status_path = ~/.config/vdirsyncer/status/
+status_path = "~/.config/vdirsyncer/status/"
# CALDAV
[pair calendar]
-a = calendar_local
-b = calendar_remote
+a = "calendar_local"
+b = "calendar_remote"
collections = ["from b"]
-conflict_resolution = b wins
+conflict_resolution = "b wins"
[storage calendar_local]
-type = filesystem
-path = ~/.calendars/
-fileext = .ics
+type = "filesystem"
+path = "~/.calendars/"
+fileext = ".ics"
[storage calendar_remote]
-type = caldav
+type = "caldav"
url = "https://cal.urbainvaes.com/"
-username = urbain
+username = "urbain"
password.fetch = ["command", "pass", "show", "radicale/urbain"]
diff --git a/vim/.vimrc b/vim/.vimrc
index 6bb41ac..1a798f3 100644
--- a/vim/.vimrc
+++ b/vim/.vimrc
@@ -88,9 +88,9 @@ nnoremap <c-p>b :Buffers<cr>
nnoremap <c-p>c :Commands<cr>
nnoremap <c-p>f :Files<cr>
nnoremap <c-p>g :GitFiles<cr>
-nnoremap <c-p>hf :History<cr>
-nnoremap <c-p>h: :History:<cr>
-nnoremap <c-p>h/ :History/<cr>
+nnoremap <c-p>r :History<cr>
+nnoremap <c-p>: :History:<cr>
+nnoremap <c-p>/ :History/<cr>
nnoremap <c-p>l :BLines<cr>
nnoremap <c-p>m :Marks<cr>
nnoremap <c-p>t :Tags<cr>