mirror of
https://github.com/folke/snacks.nvim
synced 2025-08-04 18:58:12 +00:00
fix(picker): close for confirm in git log
This commit is contained in:
parent
73fc653da9
commit
0cc11413b1
1 changed files with 3 additions and 0 deletions
|
@ -139,6 +139,7 @@ M.git_log = {
|
|||
finder = "git_log",
|
||||
format = "git_log",
|
||||
previewer = "git_show",
|
||||
actions = { confirm = "close" },
|
||||
}
|
||||
|
||||
---@type snacks.picker.git.log.Config
|
||||
|
@ -148,6 +149,7 @@ M.git_log_file = {
|
|||
previewer = "git_show",
|
||||
current_file = true,
|
||||
follow = true,
|
||||
actions = { confirm = "close" },
|
||||
}
|
||||
|
||||
---@type snacks.picker.git.log.Config
|
||||
|
@ -157,6 +159,7 @@ M.git_log_line = {
|
|||
previewer = "git_show",
|
||||
current_line = true,
|
||||
follow = true,
|
||||
actions = { confirm = "close" },
|
||||
}
|
||||
|
||||
M.git_status = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue