fix(telescope): update config
This commit is contained in:
@@ -24,11 +24,18 @@ return {
|
|||||||
q = actions.close,
|
q = actions.close,
|
||||||
["<C-c>"] = actions.close,
|
["<C-c>"] = actions.close,
|
||||||
["<C-l>"] = actions.select_default,
|
["<C-l>"] = actions.select_default,
|
||||||
|
["<C-u>"] = actions.results_scrolling_up,
|
||||||
|
["<C-d>"] = actions.results_scrolling_down,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
file_ignore_patterns = {
|
file_ignore_patterns = {
|
||||||
"^%.git/",
|
"^%.git/",
|
||||||
},
|
},
|
||||||
|
layout_config = {
|
||||||
|
height = 30,
|
||||||
|
width = 80,
|
||||||
|
scroll_speed = 3,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
extensions = {
|
extensions = {
|
||||||
undo = {
|
undo = {
|
||||||
@@ -53,15 +60,16 @@ return {
|
|||||||
initial_mode = "normal",
|
initial_mode = "normal",
|
||||||
mappings = {
|
mappings = {
|
||||||
n = {
|
n = {
|
||||||
["<C-d>"] = actions.delete_buffer
|
["<C-x>"] = actions.delete_buffer,
|
||||||
+ actions.move_to_top,
|
|
||||||
},
|
|
||||||
i = {
|
|
||||||
["<C-d>"] = actions.delete_buffer
|
|
||||||
+ actions.move_to_top,
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
live_grep = {
|
||||||
|
layout_config = {
|
||||||
|
width = 160,
|
||||||
|
preview_width = 80,
|
||||||
|
},
|
||||||
|
},
|
||||||
diagnostics = {
|
diagnostics = {
|
||||||
initial_mode = "normal",
|
initial_mode = "normal",
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user