assets/keymaps/vim.json 🔗
@@ -143,6 +143,7 @@
"Delete"
],
"shift-d": "vim::DeleteToEndOfLine",
+ "shift-j": "editor::JoinLines",
"y": [
"vim::PushOperator",
"Yank"
Nathan Sobo and Conrad Irwin created
Co-Authored-By: Conrad Irwin <conrad.irwin@gmail.com>
assets/keymaps/vim.json | 1 +
1 file changed, 1 insertion(+)
@@ -143,6 +143,7 @@
"Delete"
],
"shift-d": "vim::DeleteToEndOfLine",
+ "shift-j": "editor::JoinLines",
"y": [
"vim::PushOperator",
"Yank"