mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-31 09:20:13 +00:00
add shortcut to quit helix without saving
This commit is contained in:
@ -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";
|
||||
|
Reference in New Issue
Block a user