mirror of
https://github.com/Phantop/dotfiles
synced 2025-11-29 07:46:51 +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