1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-04-15 08:09:11 +08:00
This commit is contained in:
wsdjeg 2017-02-15 19:39:38 +08:00
parent 3ef3437074
commit 9751ecc520
3 changed files with 2 additions and 2 deletions

View File

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

View File

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

View File

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