Updated Plugins
This commit is contained in:
@@ -190,9 +190,7 @@ execute pathogen#infect()
|
||||
" Misc Things {{
|
||||
" Vimwiki {{
|
||||
let g:vimwiki_list = [
|
||||
\{'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'}
|
||||
\{'path': '~/Dropbox/Documents/vimwiki', 'path_html': '~/Dropbox/Documents/vimwiki_html/', 'auto_export':'1'},
|
||||
\]
|
||||
nnoremap <leader>wb :Vimwiki2HTMLBrowse<CR><CR>
|
||||
let g:vimwiki_auto_checkbox = 1
|
||||
@@ -310,5 +308,7 @@ nnoremap <F5> "=strftime("%Y-%m-%d")<CR>P"
|
||||
inoremap <F5> <C-R>=strftime("%Y-%m-%d")<CR>
|
||||
nnoremap <F6> "=strftime("%H:%M:%S")<CR>P"
|
||||
inoremap <F6> <C-R>strftime("%H:%M:%S")<CR>
|
||||
nnoremap <F7> "=strftime("%Y%m%dT%H%M")<CR>P"
|
||||
inoremap <F7> <C-R>strftime("%Y%m%dT%H%M")<CR>
|
||||
" }}
|
||||
|
||||
|
Reference in New Issue
Block a user