36 lines
1.1 KiB
VimL
36 lines
1.1 KiB
VimL
function! myspacevim#before() abort
|
|
set clipboard=unnamedplus
|
|
<<<<<<< HEAD
|
|
#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
|
|
=======
|
|
"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', 'sbprevious', 1)
|
|
call SpaceVim#custom#SPC('nore', ['b', ']'], 'sbnext', 'sbnext', 1)
|
|
endfunction
|
|
|
|
>>>>>>> beb612e4b5104113b2edd4e269cfa058a59a3bec
|