nvim: add telescope bindings to navigate in history

This commit is contained in:
Primrose 2025-07-03 20:18:45 +02:00
parent 927f6bc4ef
commit 33a7a415cc
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -20,6 +20,10 @@ telescope.setup {
n = {
["<C-c>"] = actions.close,
},
i = {
["<Up>"] = actions.cycle_history_prev,
["<Down>"] = actions.cycle_history_next,
},
},
layout_config = { height = 0.4 },
borderchars = { "", "", "", "", "", "", "", "" },