From 96e6ee035ae7e4e2d4e01016e548831f8b37bf77 Mon Sep 17 00:00:00 2001 From: Brian Buller Date: Tue, 16 May 2017 07:03:42 -0500 Subject: [PATCH] Move vimwiki to Git --- home/.vimrc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/home/.vimrc b/home/.vimrc index 9f81407..4f02d09 100644 --- a/home/.vimrc +++ b/home/.vimrc @@ -190,9 +190,9 @@ execute pathogen#infect() " Misc Things {{ " Vimwiki {{ let g:vimwiki_list = [ - \{'path': '~/Dropbox/Documents/vimwiki/vimwiki', 'path_html': '~/Dropbox/Documents/vimwiki/vimwiki_html/', 'auto_export':'1'}, - \{'path': '~/Dropbox/Documents/vimwiki/work', 'path_html': '~/Dropbox/Documents/vimwiki/work_html/', 'auto_export':'1'}, - \{'path': '~/Dropbox/Documents/vimwiki/redemption', 'path_html': '~/Dropbox/Documents/vimwiki/redemption_html/', 'auto_export':'1'} + \{'path': '~/Documents/vimwiki/vimwiki', 'path_html': '~/Documents/vimwiki/vimwiki_html/', 'auto_export':'1'}, + \{'path': '~/Documents/vimwiki/work', 'path_html': '~/Documents/vimwiki/work_html/', 'auto_export':'1'}, + \{'path': '~/Documents/vimwiki/redemption', 'path_html': '~/Documents/vimwiki/redemption_html/', 'auto_export':'1'} \] nnoremap wb :Vimwiki2HTMLBrowse let g:vimwiki_auto_checkbox = 1 @@ -212,8 +212,8 @@ execute pathogen#infect() return 1 endif endfunction - nmap VimwikiDiaryPrevDay - nmap VimwikiDiaryNextDay + nmap VimwikiDiaryPrevDay + nmap VimwikiDiaryNextDay " }} " Gist {{