all repos

init.lua @ cb435008e83885cb7d9acfb72bb050f61ec0d7c1

my nvim config
1 files changed, 1 insertions(+), 1 deletions(-)
Update a telescope keymaps
Author: flof-ik ss2316544@gmail.com
Committed at: 2022-03-09 15:00:27 +0200
Parent: d3527fa
M lua/fk/plugin/telescope.lua

@@ -29,7 +29,7 @@ ["<esc>"] = actions.close,

["<C-j>"] = actions.move_selection_next, ["<C-k>"] = actions.move_selection_previous, ["<A-p>"] = action_layout.toggle_preview, - ["<C-u>"] = false, + ["<A-u>"] = false, }, n = { ["<C-j>"] = actions.move_selection_next,