From 594504d0aeade8c499af5b6d521f677864c3357c Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Thu, 22 Jun 2017 14:11:46 +0100 Subject: Update vdirsyncer config --- vdirsyncer/.config/vdirsyncer/config | 18 +++++++++--------- vim/.vimrc | 6 +++--- 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 b :Buffers nnoremap c :Commands nnoremap f :Files nnoremap g :GitFiles -nnoremap hf :History -nnoremap h: :History: -nnoremap h/ :History/ +nnoremap r :History +nnoremap : :History: +nnoremap / :History/ nnoremap l :BLines nnoremap m :Marks nnoremap t :Tags -- cgit v1.2.3