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

@ -8,4 +8,6 @@ Welcome to Balki's Blog
-----------------------
I am Balakrishnan Balasubramanian (a) balki. Nothing much here. Checkout the nav bar above for interesting stuff.
I am Balakrishnan Balasubramanian (a) balki.
Nothing much here. Checkout the nav bar above for interesting stuff.

View File

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