mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-04-15 08:09:11 +08:00
Fix #238
This commit is contained in:
parent
3ef3437074
commit
9751ecc520
@ -29,7 +29,7 @@ function! SpaceVim#layers#edit#config() abort
|
||||
\ 'extends' : 'html',
|
||||
\ },
|
||||
\}
|
||||
noremap <SPACE> <Plug>(wildfire-fuel)
|
||||
"noremap <SPACE> <Plug>(wildfire-fuel)
|
||||
vnoremap <C-SPACE> <Plug>(wildfire-water)
|
||||
let g:wildfire_objects = ["i'", 'i"', 'i)', 'i]', 'i}', 'ip', 'it']
|
||||
map <Leader><Leader> <Plug>(easymotion-prefix)
|
||||
|
@ -51,6 +51,7 @@ function! SpaceVim#mapping#leader#defindUniteLeader(key) abort
|
||||
nnoremap <silent> [unite]b :<C-u>UniteWithBufferDir
|
||||
\ -buffer-name=files -prompt=%\ buffer bookmark file<CR>
|
||||
nnoremap <silent> [unite]n :<C-u>Unite session/new<CR>
|
||||
nnoremap <silent> [unite]/ :Unite -auto-preview grep:.<cr>
|
||||
nnoremap <silent> [unite]w
|
||||
\ :<C-u>Unite -buffer-name=files -no-split
|
||||
\ jump_point file_point buffer_tab
|
||||
|
@ -211,7 +211,6 @@ nnoremap <silent><leader>ff :<c-u>Unite tag/include -start-insert<CR>
|
||||
"" grep dictionay
|
||||
""" For searching the word in the cursor in the current directory
|
||||
nnoremap <silent><leader>v :Unite -auto-preview -no-split grep:.::<C-R><C-w><CR>
|
||||
nnoremap <space>/ :Unite -auto-preview grep:.<cr>
|
||||
""" For searching the word handin
|
||||
nnoremap <silent><leader>vs :Unite -auto-preview -no-split grep:.<CR>
|
||||
""" For searching the word in the cursor in the current buffer
|
||||
|
Loading…
x
Reference in New Issue
Block a user