1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2025-01-30 00:17:51 +00:00

Nvim: Make :Q force exit

This commit is contained in:
Phantop 2019-04-13 21:12:50 -04:00
parent b176d4950d
commit f4615c49db

View file

@ -50,3 +50,5 @@ autocmd FileType * se tw=0
se ignorecase
se smartcase
command Q q!