409 | if has('nvim')
410 | set shada='50,s100,n$XDG_CACHE_HOME/nvim/shada " 50 marks, unhuge register
411 | else
412 | set viminfo='50,s100,n$XDG_CACHE_HOME/vim/info " 50 marks, unhuge register
413 | endif
s:
使おうって気持ちになる
143 | " quick fingers
144 | command! -bang -complete=file -nargs=? E e<bang> <args>
145 | command! -bang -complete=file -nargs=? Sp sp<bang> <args>
146 | command! -bang -complete=file -nargs=? Vsp vsp<bang> <args>
147 | command! -bang -complete=file -nargs=? W w<bang> <args>
148 | command! -bang -complete=file -nargs=? WQ wq<bang> <args>
149 | command! -bang -complete=file -nargs=? Wq wq<bang> <args>
169 | map p <Plug>(miniyank-autoput)
170 | map P <Plug>(miniyank-autoPut)
171 | map <M-j> <Plug>(miniyank-cycle)
172 | map <M-c> <Plug>(miniyank-tochar)
173 | map <M-l> <Plug>(miniyank-toline)
174 | map <M-b> <Plug>(miniyank-toblock)
Plug
call dein#add
NeoBundle
などなど…だった際に、GitHub の URL を展開する機能を追加したい