Updated blink

This commit is contained in:
2025-01-09 20:54:03 +01:00
parent 6e6e649799
commit 336c972f40

View File

@@ -21,6 +21,9 @@ return {
["<C-c>"] = { "show", "show_documentation", "hide_documentation" }, ["<C-c>"] = { "show", "show_documentation", "hide_documentation" },
["<NL>"] = { "select_and_accept" }, ["<NL>"] = { "select_and_accept" },
["<Tab>"] = { "snippet_forward", "select_next", "fallback" },
["<S-Tab>"] = { "snippet_backward", "select_prev", "fallback" },
["<Up>"] = { "select_prev", "fallback" }, ["<Up>"] = { "select_prev", "fallback" },
["<Down>"] = { "select_next", "fallback" }, ["<Down>"] = { "select_next", "fallback" },
}, },