Fixed tabbing through telescope results
This commit is contained in:
parent
abba8c2901
commit
53aaf53bde
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user