more config for telescope
This commit is contained in:
parent
a8735ea716
commit
098be626df
1 changed files with 2 additions and 0 deletions
|
|
@ -39,6 +39,8 @@ return {
|
||||||
['d'] = fb_actions.remove,
|
['d'] = fb_actions.remove,
|
||||||
['<C-s>'] = function(bufnr) actions.select_vertical(bufnr) end,
|
['<C-s>'] = function(bufnr) actions.select_vertical(bufnr) end,
|
||||||
['<C-a>'] = function(bufnr) actions.toggle_all(bufnr) end,
|
['<C-a>'] = function(bufnr) actions.toggle_all(bufnr) end,
|
||||||
|
['<C-d>'] = function(bufnr) actions.move_selection_next(bufnr) end,
|
||||||
|
['<C-u>'] = function(bufnr) actions.move_selection_previous(bufnr) end,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue