Move vimwiki to Git

This commit is contained in:
Brian Buller 2017-05-16 07:03:42 -05:00
parent 95ed6037af
commit 96e6ee035a
1 changed files with 5 additions and 5 deletions

View File

@ -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 <leader>wb :Vimwiki2HTMLBrowse<CR><CR>
let g:vimwiki_auto_checkbox = 1
@ -212,8 +212,8 @@ execute pathogen#infect()
return 1
endif
endfunction
nmap <C-k> <Plug>VimwikiDiaryPrevDay
nmap <C-j> <Plug>VimwikiDiaryNextDay
nmap <leader><Left> <Plug>VimwikiDiaryPrevDay
nmap <leader><Right> <Plug>VimwikiDiaryNextDay
" }}
" Gist {{