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