diff options
Diffstat (limited to 'vim')
| -rw-r--r-- | vim/.vim/view/~=+dotfiles=+README.md= | 235 |
1 files changed, 0 insertions, 235 deletions
diff --git a/vim/.vim/view/~=+dotfiles=+README.md= b/vim/.vim/view/~=+dotfiles=+README.md= deleted file mode 100644 index 4a1a530..0000000 --- a/vim/.vim/view/~=+dotfiles=+README.md= +++ /dev/null @@ -1,235 +0,0 @@ -let s:so_save = &so | let s:siso_save = &siso | set so=0 siso=0 -argglobal -let s:cpo_save=&cpo -set cpo&vim -inoremap <buffer> <expr> <S-Tab> vimwiki#tbl#kbd_shift_tab() -inoremap <buffer> <silent> <S-CR> :VimwikiReturn 2 2
-nmap <buffer> <silent> <Plug>VimwikiNextLink -vmap <buffer> <silent>
<Plug>VimwikiNormalizeLinkVisualCR -nmap <buffer> <silent>
<Plug>VimwikiFollowLink -vmap <buffer> <silent> + <Plug>VimwikiNormalizeLinkVisual -nmap <buffer> <silent> + <Plug>VimwikiNormalizeLink -nmap <buffer> ,hp <Plug>GitGutterPreviewHunk -nmap <buffer> ,hu <Plug>GitGutterUndoHunk -nmap <buffer> ,hs <Plug>GitGutterStageHunk -nmap <buffer> <silent> ,wr <Plug>VimwikiRenameLink -nmap <buffer> <silent> ,wd <Plug>VimwikiDeleteLink -nmap <buffer> ,whh <Plug>Vimwiki2HTMLBrowse -nmap <buffer> ,wh <Plug>Vimwiki2HTML -nmap <buffer> <silent> - <Plug>VimwikiRemoveHeaderLevel -nmap <buffer> <silent> <D-CR> <Plug>VimwikiTabnewLink -nmap <buffer> <silent> = <Plug>VimwikiAddHeaderLevel -nnoremap <buffer> <silent> O :call vimwiki#lst#kbd_O()
-nmap <buffer> [c <Plug>GitGutterPrevHunk -nmap <buffer> <silent> [= <Plug>VimwikiGoToPrevSiblingHeader -nmap <buffer> <silent> [[ <Plug>VimwikiGoToPrevHeader -nmap <buffer> <silent> [u <Plug>VimwikiGoToParentHeader -nmap <buffer> ]c <Plug>GitGutterNextHunk -nmap <buffer> <silent> ]= <Plug>VimwikiGoToNextSiblingHeader -nmap <buffer> <silent> ]] <Plug>VimwikiGoToNextHeader -nmap <buffer> <silent> ]u <Plug>VimwikiGoToParentHeader -vnoremap <buffer> <silent> al :call vimwiki#lst#TO_list_item(0, 1)
-onoremap <buffer> <silent> al :call vimwiki#lst#TO_list_item(0, 0)
-vnoremap <buffer> <silent> ac :call vimwiki#base#TO_table_col(0, 1)
-onoremap <buffer> <silent> ac :call vimwiki#base#TO_table_col(0, 0)
-vnoremap <buffer> <silent> a\ :call vimwiki#base#TO_table_cell(0, 1)
-onoremap <buffer> <silent> a\ :call vimwiki#base#TO_table_cell(0, 0)
-vnoremap <buffer> <silent> aH :call vimwiki#base#TO_header(0, 1, v:count1)
-onoremap <buffer> <silent> aH :call vimwiki#base#TO_header(0, 1, v:count1)
-vnoremap <buffer> <silent> ah :call vimwiki#base#TO_header(0, 0, v:count1)
-onoremap <buffer> <silent> ah :call vimwiki#base#TO_header(0, 0, v:count1)
-nnoremap <buffer> gww :VimwikiTableAlignW
-nnoremap <buffer> gqq :VimwikiTableAlignQ
-noremap <buffer> <silent> gL1 :VimwikiChangeSymbolInListTo 1.
-noremap <buffer> <silent> gl1 :VimwikiChangeSymbolTo 1.
-noremap <buffer> <silent> gL+ :VimwikiChangeSymbolInListTo +
-noremap <buffer> <silent> gl+ :VimwikiChangeSymbolTo +
-noremap <buffer> <silent> gL\* :VimwikiChangeSymbolInListTo \*
-noremap <buffer> <silent> gl\* :VimwikiChangeSymbolTo \*
-noremap <buffer> <silent> gL- :VimwikiChangeSymbolInListTo -
-noremap <buffer> <silent> gl- :VimwikiChangeSymbolTo -
-map <buffer> <silent> gL <Plug>VimwikiRemoveCBInList -map <buffer> <silent> gl <Plug>VimwikiRemoveSingleCB -map <buffer> <silent> gLL <Plug>VimwikiIncreaseLvlWholeItem -map <buffer> <silent> gLl <Plug>VimwikiIncreaseLvlWholeItem -map <buffer> <silent> gLH <Plug>VimwikiDecreaseLvlWholeItem -map <buffer> <silent> gLh <Plug>VimwikiDecreaseLvlWholeItem -map <buffer> <silent> gll <Plug>VimwikiIncreaseLvlSingleItem -map <buffer> <silent> glh <Plug>VimwikiDecreaseLvlSingleItem -nmap <buffer> <silent> gLR <Plug>VimwikiRenumberAllLists -nmap <buffer> <silent> gLr <Plug>VimwikiRenumberAllLists -nmap <buffer> <silent> glr <Plug>VimwikiRenumberList -vmap <buffer> <silent> glp <Plug>VimwikiDecrementListItem -nmap <buffer> <silent> glp <Plug>VimwikiDecrementListItem -vmap <buffer> <silent> gln <Plug>VimwikiIncrementListItem -nmap <buffer> <silent> gln <Plug>VimwikiIncrementListItem -vmap <buffer> <silent> glx <Plug>VimwikiToggleRejectedListItem -nmap <buffer> <silent> glx <Plug>VimwikiToggleRejectedListItem -vnoremap <buffer> <silent> il :call vimwiki#lst#TO_list_item(1, 1)
-onoremap <buffer> <silent> il :call vimwiki#lst#TO_list_item(1, 0)
-vnoremap <buffer> <silent> ic :call vimwiki#base#TO_table_col(1, 1)
-onoremap <buffer> <silent> ic :call vimwiki#base#TO_table_col(1, 0)
-vnoremap <buffer> <silent> i\ :call vimwiki#base#TO_table_cell(1, 1)
-onoremap <buffer> <silent> i\ :call vimwiki#base#TO_table_cell(1, 0)
-vnoremap <buffer> <silent> iH :call vimwiki#base#TO_header(1, 1, v:count1)
-onoremap <buffer> <silent> iH :call vimwiki#base#TO_header(1, 1, v:count1)
-vnoremap <buffer> <silent> ih :call vimwiki#base#TO_header(1, 0, v:count1)
-onoremap <buffer> <silent> ih :call vimwiki#base#TO_header(1, 0, v:count1)
-nnoremap <buffer> <silent> o :call vimwiki#lst#kbd_o()
-nnoremap <buffer> <silent> <Plug>VimwikiGoToPrevSiblingHeader :call vimwiki#base#goto_sibling(-1)
-nnoremap <buffer> <silent> <Plug>VimwikiGoToNextSiblingHeader :call vimwiki#base#goto_sibling(+1)
-nnoremap <buffer> <silent> <Plug>VimwikiGoToPrevHeader :call vimwiki#base#goto_prev_header()
-nnoremap <buffer> <silent> <Plug>VimwikiGoToNextHeader :call vimwiki#base#goto_next_header()
-nnoremap <buffer> <silent> <Plug>VimwikiGoToParentHeader :call vimwiki#base#goto_parent_header()
-nnoremap <buffer> <silent> <Plug>VimwikiRemoveHeaderLevel :call vimwiki#base#RemoveHeaderLevel()
-nnoremap <buffer> <silent> <Plug>VimwikiAddHeaderLevel :call vimwiki#base#AddHeaderLevel()
-nmap <buffer> <silent> <M-Right> <Plug>VimwikiTableMoveColumnRight -nmap <buffer> <silent> <M-Left> <Plug>VimwikiTableMoveColumnLeft -vmap <buffer> <silent> <Nul> <Plug>VimwikiToggleListItem -nmap <buffer> <silent> <Nul> <Plug>VimwikiToggleListItem -vmap <buffer> <silent> <C-Space> <Plug>VimwikiToggleListItem -nmap <buffer> <silent> <C-Space> <Plug>VimwikiToggleListItem -nmap <buffer> <silent> <C-Up> <Plug>VimwikiDiaryPrevDay -nmap <buffer> <silent> <C-Down> <Plug>VimwikiDiaryNextDay -nmap <buffer> <silent> <S-Tab> <Plug>VimwikiPrevLink -nmap <buffer> <silent> <BS> <Plug>VimwikiGoBackLink -nmap <buffer> <silent> <C-S-CR> <Plug>VimwikiTabnewLink -nmap <buffer> <silent> <C-CR> <Plug>VimwikiVSplitLink -nmap <buffer> <silent> <S-CR> <Plug>VimwikiSplitLink -imap <buffer> <silent> <Plug>VimwikiDecreaseLvlSingleItem -inoremap <buffer> <expr> vimwiki#tbl#kbd_tab() -imap <buffer> <silent>
<Plug>VimwikiListToggle -imap <buffer> <silent> <Plug>VimwikiListPrevSymbol -imap <buffer> <silent> <NL> <Plug>VimwikiListNextSymbol -inoremap <buffer> <silent>
:VimwikiReturn 1 5
-imap <buffer> <silent> <Plug>VimwikiIncreaseLvlSingleItem -let &cpo=s:cpo_save -unlet s:cpo_save -setlocal keymap= -setlocal noarabic -setlocal autoindent -setlocal backupcopy= -setlocal balloonexpr= -setlocal nobinary -setlocal nobreakindent -setlocal breakindentopt= -setlocal bufhidden= -setlocal buflisted -setlocal buftype= -setlocal nocindent -setlocal cinkeys=0{,0},0),0],:,0#,!^F,o,O,e -setlocal cinoptions= -setlocal cinwords=if,else,while,do,for,switch -setlocal colorcolumn= -setlocal comments= -setlocal commentstring=%%%s -setlocal complete=.,w,b,u,t,i -setlocal concealcursor= -setlocal conceallevel=2 -setlocal completefunc= -setlocal nocopyindent -setlocal cryptmethod= -setlocal nocursorbind -setlocal nocursorcolumn -setlocal nocursorline -setlocal define= -setlocal dictionary= -setlocal nodiff -setlocal equalprg= -setlocal errorformat= -setlocal noexpandtab -if &filetype != 'vimwiki' -setlocal filetype=vimwiki -endif -setlocal fixendofline -setlocal foldcolumn=0 -setlocal foldenable -setlocal foldexpr=0 -setlocal foldignore=# -setlocal foldlevel=0 -setlocal foldmarker={{{,}}} -setlocal foldmethod=manual -setlocal foldminlines=1 -setlocal foldnestmax=20 -setlocal foldtext=foldtext() -setlocal formatexpr= -setlocal formatoptions=tqn -setlocal formatlistpat=^\\s*\\%(\\(-\\|\\*\\|+\\)\\|\\(\\C\\%(\\d\\+\\.\\)\\)\\)\\s\\+\\%(\\[\\([\ .oOX-]\\)\\]\\s\\)\\? -setlocal formatprg= -setlocal grepprg= -setlocal iminsert=0 -setlocal imsearch=-1 -setlocal include= -setlocal includeexpr= -setlocal indentexpr= -setlocal indentkeys=0{,0},0),0],:,0#,!^F,o,O,e -setlocal noinfercase -setlocal iskeyword=@,48-57,_,192-255 -setlocal keywordprg= -setlocal nolinebreak -setlocal nolisp -setlocal lispwords= -setlocal list -setlocal makeencoding= -setlocal makeprg= -setlocal matchpairs=(:),{:},[:] -setlocal modeline -setlocal modifiable -setlocal nrformats=bin,octal,hex -setlocal number -setlocal numberwidth=4 -setlocal omnifunc=Complete_wikifiles -setlocal path= -setlocal nopreserveindent -setlocal nopreviewwindow -setlocal quoteescape=\\ -setlocal noreadonly -setlocal norelativenumber -setlocal norightleft -setlocal rightleftcmd=search -setlocal noscrollbind -setlocal scrolloff=-1 -setlocal shiftwidth=8 -setlocal noshortname -setlocal sidescrolloff=-1 -setlocal signcolumn=auto -setlocal nosmartindent -setlocal softtabstop=0 -setlocal nospell -setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+ -setlocal spellfile= -setlocal spelllang=en -setlocal statusline=%{lightline#link()}%#LightlineLeft_active_0#%(\ %{lightline#mode()}\ %)%{(&paste)?\"|\":\"\"}%(\ %{&paste?\"PASTE\":\"\"}\ %)%#LightlineLeft_active_0_1#%#LightlineLeft_active_1#%(\ %R\ %)%{(&readonly)&&(1||(&modified||!&modifiable))?\"|\":\"\"}%(\ %t\ %)%{(&modified||!&modifiable)?\"|\":\"\"}%(\ %M\ %)%#LightlineLeft_active_1_2#%#LightlineMiddle_active#%=%#LightlineRight_active_2_3#%#LightlineRight_active_2#%(\ %{&ff}\ %)%{1?\"|\":\"\"}%(\ %{&fenc!=#\"\"?&fenc:&enc}\ %)%#LightlineRight_active_1_2#%#LightlineRight_active_1#%(\ %3p%%\ %)%#LightlineRight_active_0_1#%#LightlineRight_active_0#%(\ %3l:%-2v\ %) -setlocal suffixesadd=.md -setlocal swapfile -setlocal synmaxcol=3000 -if &syntax != 'vimwiki' -setlocal syntax=vimwiki -endif -setlocal tabstop=4 -setlocal tagcase= -setlocal tags=./tags,./TAGS,tags,TAGS,~/dotfiles/.tags -setlocal termwinkey= -setlocal termwinscroll=10000 -setlocal termwinsize= -setlocal textwidth=0 -setlocal thesaurus= -setlocal noundofile -setlocal undolevels=-123456 -setlocal varsofttabstop= -setlocal vartabstop= -setlocal nowinfixheight -setlocal nowinfixwidth -setlocal wrap -setlocal wrapmargin=0 -silent! normal! zE -let s:l = 1 - ((0 * winheight(0) + 8) / 16) -if s:l < 1 | let s:l = 1 | endif -exe s:l -normal! zt -1 -normal! 0 -let &so = s:so_save | let &siso = s:siso_save -nohlsearch -doautoall SessionLoadPost -" vim: set ft=vim : |
