mirror of
https://github.com/akr2002/nv.git
synced 2024-11-09 10:39:44 +00:00
change keybinds
This commit is contained in:
parent
79fbb9b446
commit
d1a995ef0c
1 changed files with 2 additions and 2 deletions
|
@ -48,7 +48,7 @@
|
|||
|
||||
mapping = {
|
||||
"<Tab>" = {
|
||||
modes = ["i" "s"];
|
||||
modes = ["v" "s"];
|
||||
action = ''
|
||||
function(fallback)
|
||||
if cmp.visible() then
|
||||
|
@ -62,7 +62,7 @@
|
|||
'';
|
||||
};
|
||||
"<S-Tab>" = {
|
||||
modes = ["i" "s"];
|
||||
modes = ["v" "s"];
|
||||
action = ''
|
||||
function(fallback)
|
||||
if cmp.visible() then
|
||||
|
|
Loading…
Reference in a new issue