mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-18 20:36:45 +00:00
feat(ui): press <c-c>
to abort any running tasks. Fixes #258
This commit is contained in:
parent
ed0583e82b
commit
d6b5d6e756
4 changed files with 69 additions and 4 deletions
|
@ -31,6 +31,7 @@ M.keys = {
|
|||
details = "<cr>",
|
||||
profile_sort = "<C-s>",
|
||||
profile_filter = "<C-f>",
|
||||
abort = "<C-c>",
|
||||
}
|
||||
|
||||
---@type table<string,LazyViewCommand>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue