diff --git a/viml/automacro.vim b/viml/automacro.vim index afa6fc9..7858399 100644 --- a/viml/automacro.vim +++ b/viml/automacro.vim @@ -1 +1,9 @@ " predefined macros in functions +function SpacedLine() + normal o + normal O + normal O + normal j +endfunction + +nnoremap o :call SpacedLine()