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:
parent
771cdf4b5d
commit
ebc435ad33
@ -265,5 +265,8 @@ com! WQA wqa
|
||||
" Write with sudo
|
||||
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 yaml setlocal ts=2 sts=2 sw=2 et
|
||||
|
Loading…
Reference in New Issue
Block a user