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 {{ " Misc Things {{
" Vimwiki {{ " Vimwiki {{
let g:vimwiki_list = [ let g:vimwiki_list = [
\{'path': '~/Dropbox/Documents/vimwiki/vimwiki', 'path_html': '~/Dropbox/Documents/vimwiki/vimwiki_html/', 'auto_export':'1'}, \{'path': '~/Documents/vimwiki/vimwiki', 'path_html': '~/Documents/vimwiki/vimwiki_html/', 'auto_export':'1'},
\{'path': '~/Dropbox/Documents/vimwiki/work', 'path_html': '~/Dropbox/Documents/vimwiki/work_html/', 'auto_export':'1'}, \{'path': '~/Documents/vimwiki/work', 'path_html': '~/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/redemption', 'path_html': '~/Documents/vimwiki/redemption_html/', 'auto_export':'1'}
\] \]
nnoremap <leader>wb :Vimwiki2HTMLBrowse<CR><CR> nnoremap <leader>wb :Vimwiki2HTMLBrowse<CR><CR>
let g:vimwiki_auto_checkbox = 1 let g:vimwiki_auto_checkbox = 1
@ -212,8 +212,8 @@ execute pathogen#infect()
return 1 return 1
endif endif
endfunction endfunction
nmap <C-k> <Plug>VimwikiDiaryPrevDay nmap <leader><Left> <Plug>VimwikiDiaryPrevDay
nmap <C-j> <Plug>VimwikiDiaryNextDay nmap <leader><Right> <Plug>VimwikiDiaryNextDay
" }} " }}
" Gist {{ " Gist {{