change the next snippet node keybindings
This commit is contained in:
parent
d0b55f6037
commit
d03c34858d
1 changed files with 2 additions and 2 deletions
|
|
@ -10,13 +10,13 @@ _:{
|
|||
rootOpts.keymaps = [
|
||||
{
|
||||
mode = "i";
|
||||
key = "<C-g>";
|
||||
key = "<C-.>";
|
||||
action.__raw = ''function() require("luasnip").jump(1) end'';
|
||||
options.desc = "Jump to next snippet node";
|
||||
}
|
||||
{
|
||||
mode = "i";
|
||||
key = "<C-h>";
|
||||
key = "<C-,>";
|
||||
action.__raw = ''function() require("luasnip").jump(-1) end'';
|
||||
options.desc = "Jump to previous snippet node";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue