This commit is contained in:
ManjaroOne666 2018-08-26 16:32:47 +01:00
parent 0fec5cf48a
commit 4362edc3ad
2 changed files with 9 additions and 0 deletions

View File

@ -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>
" devdocs mapping
nnoremap <space>dd :DD<CR>
" write and delete current buffer
nnoremap <space>bx :w\|bd<cr>
"}}}

View File

@ -162,6 +162,13 @@ let g:inline_edit_patterns = [{
\ '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
"{{{
" let g:asyncomplete_auto_popup = 0