mirror of
https://github.com/akr2002/nv.git
synced 2025-02-05 10:30:02 +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 = {
|
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
|
||||||
|
|
Loading…
Reference in a new issue