mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 10:20:05 +08:00
Use SPC a r to open release page
This commit is contained in:
parent
6d82dc97d8
commit
92bc0f900c
3
.SpaceVim.d/autoload/SpaceVim/dev/release.vim
Normal file
3
.SpaceVim.d/autoload/SpaceVim/dev/release.vim
Normal file
@ -0,0 +1,3 @@
|
||||
function! SpaceVim#dev#release#open() abort
|
||||
echom 1
|
||||
endfunction
|
@ -1 +1,2 @@
|
||||
let g:spacevim_force_global_config = 1
|
||||
call SpaceVim#custom#SPC('nnoremap', ['a', 'r'], 'call SpaceVim#dev#release#open()', 'Release SpaceVim', 1)
|
||||
|
Loading…
Reference in New Issue
Block a user