Skip to content

Commit

Permalink
snippets(keys): update jump keymaps
Browse files Browse the repository at this point in the history
  • Loading branch information
ttytm committed Dec 10, 2024
1 parent b8ac946 commit 42bb00d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/nxvim/plugins/luasnip.lua
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ ls.add_snippets("v", {

nx.map({
{
"<C-n>",
"<C-j>",
function()
if ls.expand_or_jumpable() then ls.expand_or_jump() end
end,
},
{
"<C-p>",
"<C-k>",
function()
if ls.jumpable(-1) then ls.jump(-1) end
end,
Expand Down

0 comments on commit 42bb00d

Please sign in to comment.