all repos

init.lua @ 6a7a03f

my nvim config
1 files changed, 0 insertions(+), 1 deletions(-)
delete telescope keymap for clean a search line
Author: flof-ik ss2316544@gmail.com
Committed at: 2022-03-18 12:54:14 +0200
Parent: 5f09ce9
M lua/fk/plugin/telescope.lua

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

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