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