mappings
This commit is contained in:
parent
0fec5cf48a
commit
4362edc3ad
|
@ -24,6 +24,8 @@ vnoremap <space>gr y:grep! -R <C-r>" .
|
||||||
nnoremap <space>td :grep! -R '// *TODO' .<CR>:botright cwindow<CR>:echo len(getqflist()) 'TODOs'<CR>
|
nnoremap <space>td :grep! -R '// *TODO' .<CR>:botright cwindow<CR>:echo len(getqflist()) 'TODOs'<CR>
|
||||||
" devdocs mapping
|
" devdocs mapping
|
||||||
nnoremap <space>dd :DD<CR>
|
nnoremap <space>dd :DD<CR>
|
||||||
|
" write and delete current buffer
|
||||||
|
nnoremap <space>bx :w\|bd<cr>
|
||||||
|
|
||||||
"}}}
|
"}}}
|
||||||
|
|
||||||
|
|
|
@ -162,6 +162,13 @@ let g:inline_edit_patterns = [{
|
||||||
\ 'end': '</style>'
|
\ 'end': '</style>'
|
||||||
\ }]
|
\ }]
|
||||||
|
|
||||||
|
let g:inline_edit_autowrite = 1
|
||||||
|
let g:inline_edit_proxy_type = "tempfile"
|
||||||
|
let g:inline_edit_new_buffer_command ="tabedit"
|
||||||
|
let g:inline_edit_modify_statusline = 0
|
||||||
|
|
||||||
|
nnoremap <space>ie :InlineEdit<cr>
|
||||||
|
|
||||||
" asyncomplete.vim
|
" asyncomplete.vim
|
||||||
"{{{
|
"{{{
|
||||||
" let g:asyncomplete_auto_popup = 0
|
" let g:asyncomplete_auto_popup = 0
|
||||||
|
|
Loading…
Reference in New Issue