add up down with ctrl j/k for telescope
This commit is contained in:
parent
20caebb224
commit
f2f93acdb8
1 changed files with 7 additions and 3 deletions
|
@ -105,12 +105,16 @@ return {
|
||||||
},
|
},
|
||||||
defaults = {
|
defaults = {
|
||||||
file_ignore_patterns = { "node_modules", "package-lock.json", "target" },
|
file_ignore_patterns = { "node_modules", "package-lock.json", "target" },
|
||||||
|
mappings = {
|
||||||
|
i = {
|
||||||
|
["<C-j>"] = "move_selection_next",
|
||||||
|
["<C-k>"] = "move_selection_previous",
|
||||||
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
extensions = {
|
extensions = {
|
||||||
["ui-select"] = {
|
["ui-select"] = {
|
||||||
require('telescope.themes').get_cursor {
|
require("telescope.themes").get_cursor(),
|
||||||
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue