vim/telescope: bring back the old <c-p> binding :)

This commit is contained in:
Fernando Schauenburg 2023-07-20 21:38:29 +02:00
parent f01193b945
commit 51d24d9f93

View file

@ -115,7 +115,7 @@ local config = function()
end end
end end
map('<c-n>', { map('<c-p>', {
-- ╭────╮ ╭──────╮ ╭────────────╮ ╭───────────────────╮ -- ╭────╮ ╭──────╮ ╭────────────╮ ╭───────────────────╮
-- │keys│ │picker│ │prompt title│ │mapping description│ -- │keys│ │picker│ │prompt title│ │mapping description│
-- ╰────╯ ╰──────╯ ╰────────────╯ ╰───────────────────╯ -- ╰────╯ ╰──────╯ ╰────────────╯ ╰───────────────────╯