add whitespace to search map
Prevents the user from having to type a space before the search term.
This commit is contained in:
parent
8b5be8dd60
commit
99c112fe4f
@ -93,7 +93,7 @@ func! vundle#scripts#view(title, headers, results)
|
|||||||
nnoremap <buffer> c :BundleClean<CR>
|
nnoremap <buffer> c :BundleClean<CR>
|
||||||
nnoremap <buffer> C :BundleClean!<CR>
|
nnoremap <buffer> C :BundleClean!<CR>
|
||||||
|
|
||||||
nnoremap <buffer> s :BundleSearch
|
nnoremap <buffer> s :BundleSearch
|
||||||
nnoremap <buffer> R :call vundle#scripts#reload()<CR>
|
nnoremap <buffer> R :call vundle#scripts#reload()<CR>
|
||||||
|
|
||||||
" goto first line after headers
|
" goto first line after headers
|
||||||
|
Loading…
Reference in New Issue
Block a user