mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 12:00:05 +08:00
Add java debug mappings
This commit is contained in:
parent
b1904b4098
commit
95db7ccfc8
@ -138,6 +138,9 @@ function! s:language_specified_mappings() abort
|
||||
|
||||
" debug
|
||||
let g:_spacevim_mappings_space.l.d = {'name' : '+Debug'}
|
||||
call SpaceVim#mapping#space#langSPC('nmap', ['l','d', 's'], ':VBGstartJDB', 'start jdb', 0)
|
||||
call SpaceVim#mapping#space#langSPC('nmap', ['l','d', 't'], 'VBGtoggleBreakpointThisLine', 'toggle breakpoint at this line', 1)
|
||||
|
||||
" maven
|
||||
let g:_spacevim_mappings_space.l.m = {'name' : '+Maven'}
|
||||
call SpaceVim#mapping#space#langSPC('nnoremap', ['l','m', 'i'], 'call call('
|
||||
|
Loading…
Reference in New Issue
Block a user