Add shift-J binding to Vim normal mode

Nathan Sobo and Conrad Irwin created

Co-Authored-By: Conrad Irwin <conrad.irwin@gmail.com>

Change summary

assets/keymaps/vim.json | 1 +
1 file changed, 1 insertion(+)

Detailed changes

assets/keymaps/vim.json 🔗

@@ -143,6 +143,7 @@
         "Delete"
       ],
       "shift-d": "vim::DeleteToEndOfLine",
+      "shift-j": "editor::JoinLines",
       "y": [
         "vim::PushOperator",
         "Yank"