Adding sections is now less of a pain in the ass

This commit is contained in:
Yannick Reiß 2024-05-12 21:32:24 +02:00
parent b2cbeb41c1
commit 5f39958f59
1 changed files with 8 additions and 0 deletions

View File

@ -1 +1,9 @@
" predefined macros in functions
function SpacedLine()
normal o
normal O
normal O
normal j
endfunction
nnoremap <leader>o :call SpacedLine()<CR>