Added my SpaceVim bootstrap
This commit is contained in:
parent
dd8703398d
commit
5d909999d1
1 changed files with 17 additions and 0 deletions
17
.SpaceVim.d/autoload/myspacevim.vim
Normal file
17
.SpaceVim.d/autoload/myspacevim.vim
Normal file
|
@ -0,0 +1,17 @@
|
|||
function! myspacevim#before() abort
|
||||
set clipboard=unnamedplus
|
||||
#inoremap <C-a> <Home>
|
||||
#inoremap <C-e> <End>
|
||||
|
||||
#call SpaceVim#custom#SPCGroupName(['b'], '+MyCustom')
|
||||
#call SpaceVim#custom#SPC('nore', ['b', '['], 'sbprevious', 1)
|
||||
#call SpaceVim#custom#SPC('nore', ['b', ']'], 'sbnext', 1)
|
||||
endfunction
|
||||
|
||||
function! myspacevim#after() abort
|
||||
set clipboard=unnamedplus
|
||||
#inoremap <C-a> <Home>
|
||||
#inoremap <C-e> <End>
|
||||
call SpaceVim#custom#SPC('nore', ['b', '['], 'sbprevious', 1)
|
||||
call SpaceVim#custom#SPC('nore', ['b', ']'], 'sbnext', 1)
|
||||
endfunction
|
Loading…
Reference in a new issue