mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-09 10:10:04 +08:00
Add unite func
This commit is contained in:
parent
caf108e3c1
commit
a0aa880fa0
@ -140,7 +140,7 @@ vim's origin local leader can be used in all the mode.
|
|||||||
##### windows function leader, default : `s`
|
##### windows function leader, default : `s`
|
||||||
windows function leader can only be used in normal mode.
|
windows function leader can only be used in normal mode.
|
||||||
##### unite work flow leader, default : `f`
|
##### unite work flow leader, default : `f`
|
||||||
unite work flow leader can only be used in normal mode.
|
unite work flow leader can only be used in normal mode. unite leader need unite groups.
|
||||||
|
|
||||||
#### Unite centric work-flow
|
#### Unite centric work-flow
|
||||||
- List all the plugins has been installed, fuzzy find what you want,
|
- List all the plugins has been installed, fuzzy find what you want,
|
||||||
|
@ -15,3 +15,7 @@ function! SpaceVim#mapping#leader#defindWindowsLeader(key) abort
|
|||||||
call zvim#util#defineMap('nnoremap <silent>', '[Window]q', ':<C-u>close<CR>', 'Close current windows','close')
|
call zvim#util#defineMap('nnoremap <silent>', '[Window]q', ':<C-u>close<CR>', 'Close current windows','close')
|
||||||
endif
|
endif
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
function! SpaceVim#mapping#leader#defindUniteLeader(key) abort
|
||||||
|
|
||||||
|
endfunction
|
||||||
|
Loading…
Reference in New Issue
Block a user