mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
nvim: add telescope bindings to navigate in history
This commit is contained in:
parent
927f6bc4ef
commit
33a7a415cc
1 changed files with 4 additions and 0 deletions
|
|
@ -20,6 +20,10 @@ telescope.setup {
|
||||||
n = {
|
n = {
|
||||||
["<C-c>"] = actions.close,
|
["<C-c>"] = actions.close,
|
||||||
},
|
},
|
||||||
|
i = {
|
||||||
|
["<Up>"] = actions.cycle_history_prev,
|
||||||
|
["<Down>"] = actions.cycle_history_next,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
layout_config = { height = 0.4 },
|
layout_config = { height = 0.4 },
|
||||||
borderchars = { "", "", "", "│", "", "", "", "" },
|
borderchars = { "", "", "", "│", "", "", "", "" },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue