mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-09 08:20:06 +08:00
Merge branch 'dev' into plugin_manager
This commit is contained in:
commit
da59781755
@ -354,10 +354,6 @@ endif
|
|||||||
|
|
||||||
let g:spacevim_leader_guide_submode_mappings = {'<C-C>': "win_close"}
|
let g:spacevim_leader_guide_submode_mappings = {'<C-C>': "win_close"}
|
||||||
|
|
||||||
if !SpaceVim#mapping#guide#has_configuration()
|
|
||||||
let g:leaderGuide_map = {}
|
|
||||||
call SpaceVim#mapping#guide#register_prefix_descriptions('', 'g:leaderGuide_map')
|
|
||||||
endif
|
|
||||||
|
|
||||||
|
|
||||||
command -nargs=1 LeaderGuide call SpaceVim#mapping#guide#start_by_prefix('0', <args>)
|
command -nargs=1 LeaderGuide call SpaceVim#mapping#guide#start_by_prefix('0', <args>)
|
||||||
@ -406,6 +402,10 @@ function! SpaceVim#end() abort
|
|||||||
if !empty(g:spacevim_denite_leader)
|
if !empty(g:spacevim_denite_leader)
|
||||||
call SpaceVim#mapping#leader#defindDeniteLeader(g:spacevim_denite_leader)
|
call SpaceVim#mapping#leader#defindDeniteLeader(g:spacevim_denite_leader)
|
||||||
endif
|
endif
|
||||||
|
if !SpaceVim#mapping#guide#has_configuration()
|
||||||
|
let g:leaderGuide_map = {}
|
||||||
|
call SpaceVim#mapping#guide#register_prefix_descriptions('', 'g:leaderGuide_map')
|
||||||
|
endif
|
||||||
call SpaceVim#mapping#leader#defindglobalMappings()
|
call SpaceVim#mapping#leader#defindglobalMappings()
|
||||||
if g:spacevim_simple_mode
|
if g:spacevim_simple_mode
|
||||||
let g:spacevim_plugin_groups = ['core']
|
let g:spacevim_plugin_groups = ['core']
|
||||||
|
@ -1,9 +1,7 @@
|
|||||||
nmap <Leader><Leader> <Plug>BookmarkToggle
|
nmap <Leader>m <Plug>BookmarkToggle
|
||||||
nmap <Leader>i <Plug>BookmarkAnnotate
|
nmap <Leader>mi <Plug>BookmarkAnnotate
|
||||||
nmap <Leader>a <Plug>BookmarkShowAll
|
nmap <Leader>ma <Plug>BookmarkShowAll
|
||||||
nmap <Leader>j <Plug>BookmarkNext
|
nmap <Leader>mj <Plug>BookmarkNext
|
||||||
nmap <Leader>k <Plug>BookmarkPrev
|
nmap <Leader>mk <Plug>BookmarkPrev
|
||||||
nmap <Leader>c <Plug>BookmarkClear
|
nmap <Leader>mc <Plug>BookmarkClear
|
||||||
nmap <Leader>x <Plug>BookmarkClearAll
|
nmap <Leader>mx <Plug>BookmarkClearAll
|
||||||
nmap <Leader>kk <Plug>BookmarkMoveUp
|
|
||||||
nmap <Leader>jj <Plug>BookmarkMoveDown
|
|
||||||
|
Loading…
Reference in New Issue
Block a user