I would like to use something like Shift + Enter to create a new line in Vim.
So if |
is the cursor, here is what I would like to do:
<%= some.code("in here") | %>
Now, press Shift + Enter (or something similar) and get this as output:
<%= some.code("in here") %>
and my new line here |
Is this possible?