Updated blink
This commit is contained in:
@@ -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" },
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user