Fixed tabbing through telescope results

This commit is contained in:
Dreaded_X 2025-01-26 04:55:20 +01:00
parent abba8c2901
commit 53aaf53bde
Signed by: Dreaded_X
GPG Key ID: FA5F485356B0D2D4

View File

@ -27,12 +27,12 @@ return {
}, },
mappings = { mappings = {
n = { n = {
["<S-Tab>"] = "move_selection_next", ["<Tab>"] = "move_selection_worse",
["<Tab>"] = "move_selection_previous", ["<S-Tab>"] = "move_selection_better",
}, },
i = { i = {
["<S-Tab>"] = "move_selection_next", ["<Tab>"] = "move_selection_worse",
["<Tab>"] = "move_selection_previous", ["<S-Tab>"] = "move_selection_better",
}, },
}, },
borderchars = require("symbols.window").borderchars, borderchars = require("symbols.window").borderchars,