mirror of
https://github.com/nmasur/dotfiles
synced 2025-09-20 14:53:15 +00:00
add shortcut to quit helix without saving
This commit is contained in:
@@ -147,7 +147,9 @@ in
|
|||||||
"keep_primary_selection"
|
"keep_primary_selection"
|
||||||
];
|
];
|
||||||
|
|
||||||
space.q = ":quit";
|
# Quit shortcuts
|
||||||
|
space.q = ":quit-all";
|
||||||
|
space.x = ":quit-all!";
|
||||||
|
|
||||||
# Enable and disable inlay hints
|
# Enable and disable inlay hints
|
||||||
space.H = ":toggle lsp.display-inlay-hints";
|
space.H = ":toggle lsp.display-inlay-hints";
|
||||||
|
Reference in New Issue
Block a user