2020-11-29 09:01:41 -05:00
|
|
|
function! myspacevim#before() abort
|
|
|
|
set clipboard=unnamedplus
|
2022-06-13 14:58:52 -04:00
|
|
|
<<<<<<< HEAD
|
2020-11-29 09:01:41 -05:00
|
|
|
#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
|
2022-06-13 14:58:52 -04:00
|
|
|
=======
|
2021-12-30 13:04:21 -05:00
|
|
|
"inoremap <C-a> <Home>
|
|
|
|
"inoremap <C-e> <End>
|
2020-11-29 09:01:41 -05:00
|
|
|
|
2021-12-30 13:04:21 -05:00
|
|
|
"call SpaceVim#custom#SPCGroupName(['b'], '+MyCustom')
|
|
|
|
"call SpaceVim#custom#SPC('nore', ['b', '['], 'sbprevious', 1)
|
|
|
|
"call SpaceVim#custom#SPC('nore', ['b', ']'], 'sbnext', 1)
|
2020-11-29 09:01:41 -05:00
|
|
|
endfunction
|
|
|
|
|
|
|
|
function! myspacevim#after() abort
|
2021-12-30 13:04:21 -05:00
|
|
|
"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)
|
2020-11-29 09:01:41 -05:00
|
|
|
endfunction
|
2021-12-30 13:04:21 -05:00
|
|
|
|
2022-06-13 14:58:52 -04:00
|
|
|
>>>>>>> beb612e4b5104113b2edd4e269cfa058a59a3bec
|