mirror of
https://github.com/Phantop/dotfiles
synced 2025-03-24 02:49:22 +00:00
Nvim: Make :Q force exit
This commit is contained in:
parent
b176d4950d
commit
f4615c49db
|
@ -50,3 +50,5 @@ autocmd FileType * se tw=0
|
||||||
|
|
||||||
se ignorecase
|
se ignorecase
|
||||||
se smartcase
|
se smartcase
|
||||||
|
|
||||||
|
command Q q!
|
||||||
|
|
Loading…
Reference in a new issue