1
0
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:
wsdjeg 2017-05-14 23:44:25 +08:00
parent 6d82dc97d8
commit 92bc0f900c
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,3 @@
function! SpaceVim#dev#release#open() abort
echom 1
endfunction

View File

@ -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)