]> Sergey Matveev's repositories - dotfiles.git/blobdiff - vim/.vimrc
pylsp should use flake8's configuration
[dotfiles.git] / vim / .vimrc
index 62ec6dcb0d7417b9d9922d411c08a5c7d8bacf91..a9e89c7ef929e72487537ad366ea0386cf79b0cf 100644 (file)
@@ -158,6 +158,7 @@ vnoremap <leader>d "_d
 map Q gq
 cmap ][ '[,']
 imap <C-b> <C-x><C-o>
+imap <C-@> <C-x><C-f>
 nmap <Tab> :buffers<CR>:b<Space>
 nmap <silent> <Home> :registers<CR>
 nmap <leader>' yiwciw"<C-r>""<ESC>
@@ -169,4 +170,3 @@ nnoremap <C-P> <C-I>
 command! E Explore
 command! Ch cd %:p:h
 command! -bar -nargs=? -bang Tmp :silent vnew<bang>|setlocal buftype=nofile bufhidden=hide noswapfile buflisted filetype=<args> modifiable
-command! Gcommit Git commit