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 = {
n = {
["<S-Tab>"] = "move_selection_next",
["<Tab>"] = "move_selection_previous",
["<Tab>"] = "move_selection_worse",
["<S-Tab>"] = "move_selection_better",
},
i = {
["<S-Tab>"] = "move_selection_next",
["<Tab>"] = "move_selection_previous",
["<Tab>"] = "move_selection_worse",
["<S-Tab>"] = "move_selection_better",
},
},
borderchars = require("symbols.window").borderchars,