add shortcut to quit helix without saving

This commit is contained in:
Noah Masur
2025-07-29 10:02:37 -04:00
parent ca20fa0732
commit f9bf763f91

View File

@ -147,7 +147,9 @@ in
"keep_primary_selection"
];
space.q = ":quit";
# Quit shortcuts
space.q = ":quit-all";
space.x = ":quit-all!";
# Enable and disable inlay hints
space.H = ":toggle lsp.display-inlay-hints";