From 29b0a5c47862f387c5905a85d2c03e056003b915 Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 23 Apr 2020 22:44:32 -0400 Subject: auto push --- modules/vim_wiki.vim | 39 --------------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 modules/vim_wiki.vim (limited to 'modules/vim_wiki.vim') diff --git a/modules/vim_wiki.vim b/modules/vim_wiki.vim deleted file mode 100644 index 84e5e086..00000000 --- a/modules/vim_wiki.vim +++ /dev/null @@ -1,39 +0,0 @@ -let wiki_1 = {} -let wiki_1.syntax = 'markdown' -let wiki_1.ext = '.md' -"set concealcursor=nc -let g:vimwiki_list = [{'path': '~/wiki/', - \ 'syntax': 'markdown', 'ext': '.md'}] - -" TAB in general mode will move to text buffer -"nnoremap :bnext -" SHIFT-TAB will go back -"nnoremap :bprevious - -let g:indentLine_setConceal = 0 -let g:indentLine_concealcursor = "" -set conceallevel=0 - - -"let g:vimwiki_list = [{'path': '~/wiki/', 'index': 'main'}] -"Key bindings -"Normal mode: - -"ww -- Open default wiki index file. -"wt -- Open default wiki index file in a new tab. -"ws -- Select and open wiki index file. -"wd -- Delete wiki file you are in. -"wr -- Rename wiki file you are in. -" -- Follow/Create wiki link -" -- Split and follow/create wiki link -" -- Vertical split and follow/create wiki link -" -- Go back to parent(previous) wiki link -" -- Find next wiki link -" -- Find previous wiki link -"For more keys, see :h vimwiki-mappings - -"Commands -":Vimwiki2HTML -- Convert current wiki link to HTML -":VimwikiAll2HTML -- Convert all your wiki links to HTML -":help vimwiki-commands -- list all commands -":help vimwiki -- General vimwiki help docs -- cgit v1.2.3