basic blog

This commit is contained in:
2023-07-15 20:10:41 -04:00
parent 603d1d05e3
commit 1013f0a5a2
7 changed files with 44 additions and 21 deletions

View File

@ -10,3 +10,8 @@ Hello world
So far good! :)
<!--more-->
```vim
:call term_list()[0]->term_sendkeys(getline('.') .. "\<CR>")
```