global/neovim: add force quit keybind
This commit is contained in:
parent
790201fcf1
commit
dcec0f87b2
1 changed files with 1 additions and 0 deletions
|
@ -87,6 +87,7 @@ in
|
|||
};
|
||||
q = {
|
||||
q.action = ":q<Enter>";
|
||||
Q.action = ":q!<Enter>";
|
||||
x.action = ":x<Enter>";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue