]> Sergey Matveev's repositories - dotfiles.git/blobdiff - vim/.vimrc
Use flake8 as linter by default
[dotfiles.git] / vim / .vimrc
index 56b9a2113f383eec49547e8e6290f1919f452d43..1ce1198a16d01ea6941485d8c0e9a0c2b89ad4ac 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,3 +170,4 @@ 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