global/neovim: add force quit keybind

This commit is contained in:
Infinidoge 2024-11-23 04:27:01 -05:00
parent 790201fcf1
commit dcec0f87b2
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A

View file

@ -87,6 +87,7 @@ in
}; };
q = { q = {
q.action = ":q<Enter>"; q.action = ":q<Enter>";
Q.action = ":q!<Enter>";
x.action = ":x<Enter>"; x.action = ":x<Enter>";
}; };
}; };