add quit shortcut for helix

This commit is contained in:
Noah Masur
2025-07-26 23:33:30 -04:00
parent 4755a27089
commit d3e69faf2f

View File

@ -147,6 +147,8 @@ in
"keep_primary_selection"
];
space.q = ":quit";
# Enable and disable inlay hints
space.H = ":toggle lsp.display-inlay-hints";