Skip to content

Commit

Permalink
Update generated files after merging PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
lippfi committed Aug 25, 2024
1 parent e406885 commit 5b17d77
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/main/resources/ksp-generated/intellij_commands.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,6 @@
"class": "com.maddyhome.idea.vim.action.change.RepeatChangeAction",
"modes": "N"
},
{
"keys": "<BS>",
"class": "com.maddyhome.idea.vim.action.editor.VimEditorBackSpace",
"modes": "I"
},
{
"keys": "<C-H>",
"class": "com.maddyhome.idea.vim.action.editor.VimEditorBackSpace",
"modes": "I"
},
{
"keys": "<C-I>",
"class": "com.maddyhome.idea.vim.action.editor.VimEditorTab",
Expand Down
15 changes: 15 additions & 0 deletions vim-engine/src/main/resources/ksp-generated/engine_commands.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,11 @@
"class": "com.maddyhome.idea.vim.action.change.shift.ShiftLeftVisualAction",
"modes": "X"
},
{
"keys": "<BS>",
"class": "com.maddyhome.idea.vim.action.change.insert.InsertBackspaceAction",
"modes": "I"
},
{
"keys": "<BS>",
"class": "com.maddyhome.idea.vim.action.ex.DeletePreviousCharAction",
Expand Down Expand Up @@ -229,6 +234,11 @@
"class": "com.maddyhome.idea.vim.action.change.BreakUndoSequenceAction",
"modes": "I"
},
{
"keys": "<C-H>",
"class": "com.maddyhome.idea.vim.action.change.insert.InsertBackspaceAction",
"modes": "I"
},
{
"keys": "<C-H>",
"class": "com.maddyhome.idea.vim.action.ex.DeletePreviousCharAction",
Expand Down Expand Up @@ -1934,6 +1944,11 @@
"class": "com.maddyhome.idea.vim.action.motion.scroll.MotionScrollLastScreenLinePageStartAction",
"modes": "NXO"
},
{
"keys": "za",
"class": "com.maddyhome.idea.vim.action.fold.VimExpandCollapseToggleRegion",
"modes": "NX"
},
{
"keys": "zb",
"class": "com.maddyhome.idea.vim.action.motion.scroll.MotionScrollLastScreenLineAction",
Expand Down

0 comments on commit 5b17d77

Please sign in to comment.