From fd6dd0ba8cc48c60413a97b9f93192150f310449 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sascha=20L=C3=BCdecke?= Date: Fri, 11 Jul 2025 09:45:15 +0200 Subject: [PATCH] Improved keybindings for blink: , --- lua/plugins.lua | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/lua/plugins.lua b/lua/plugins.lua index 4d6a13a..8a28765 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -45,7 +45,15 @@ require("lazy").setup({ -- C-k: Toggle signature help (if signature.enabled = true) -- -- See :h blink-cmp-config-keymap for defining your own keymap - keymap = { preset = 'enter' }, + keymap = { + preset = 'enter', + [''] = { 'select_prev', 'fallback' }, + [''] = { 'select_next', 'fallback' }, + [''] = { 'select_prev', 'fallback' }, + [''] = { 'select_next', 'fallback' }, + [''] = { 'select_and_accept', 'fallback' }, + [''] = { 'show', 'fallback' }, + }, signature = { enabled = true }, appearance = { @@ -103,7 +111,7 @@ require("lazy").setup({ -- LSP manager and others -- -- "williamboman/mason.nvim", - -- "williamboman/mason-lspconfig.nvim", + -- "williamboman/mason-lspconfig.nvim", "neovim/nvim-lspconfig", -- Nice plugin to show what LSPs are doing in the background (and others