change keybinds

This commit is contained in:
Aditya 2024-03-07 10:31:39 +05:30
parent 79fbb9b446
commit d1a995ef0c
Signed by: aditya
SSH key fingerprint: SHA256:jL1IvWsjjlPtw6HvDIHfXfhO9IkIokNEyIfuFhSdoyU

View file

@ -48,7 +48,7 @@
mapping = { mapping = {
"<Tab>" = { "<Tab>" = {
modes = ["i" "s"]; modes = ["v" "s"];
action = '' action = ''
function(fallback) function(fallback)
if cmp.visible() then if cmp.visible() then
@ -62,7 +62,7 @@
''; '';
}; };
"<S-Tab>" = { "<S-Tab>" = {
modes = ["i" "s"]; modes = ["v" "s"];
action = '' action = ''
function(fallback) function(fallback)
if cmp.visible() then if cmp.visible() then