|
|
|
|
|
by wruza
549 days ago
|
|
Not particularly a vim habit but doing this: function foo() {|
function foo() {
}|<esc>O<sp><esc>x
function foo() {
....
}
I know that I can just {<cr>}, and then o/O any time, but for some reason I want that empty indented line which I delete half of the times anyway. |
|