1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00

vim: unmap Q from ex mode

This commit is contained in:
Joe Groocock 2018-04-05 11:25:42 +01:00
parent 771cdf4b5d
commit ebc435ad33
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86

View File

@ -265,5 +265,8 @@ com! WQA wqa
" Write with sudo " Write with sudo
cmap w!! w !sudo tee > /dev/null % cmap w!! w !sudo tee > /dev/null %
" Unmap ex-mode
map Q <nop>
autocmd FileType markdown setlocal ts=2 sts=2 sw=2 et autocmd FileType markdown setlocal ts=2 sts=2 sw=2 et
autocmd FileType yaml setlocal ts=2 sts=2 sw=2 et autocmd FileType yaml setlocal ts=2 sts=2 sw=2 et