doc: update <C-t> desc (#419)
This commit is contained in:
parent
b77ed915ab
commit
64a3a555b4
3 changed files with 3 additions and 3 deletions
|
|
@ -62,7 +62,7 @@ local default_config = {
|
|||
["<CR>"] = "actions.select",
|
||||
["<C-s>"] = { "actions.select", opts = { vertical = true }, desc = "Open the entry in a vertical split" },
|
||||
["<C-h>"] = { "actions.select", opts = { horizontal = true }, desc = "Open the entry in a horizontal split" },
|
||||
["<C-t>"] = { "actions.select", opts = { tab = true }, desc = "Open the entry in a horizontal split" },
|
||||
["<C-t>"] = { "actions.select", opts = { tab = true }, desc = "Open the entry in new tab" },
|
||||
["<C-p>"] = "actions.preview",
|
||||
["<C-c>"] = "actions.close",
|
||||
["<C-l>"] = "actions.refresh",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue