everything i'm learning about ghostty and neovim

today i started moving away from using [[ visual studio code ]] and decided to learn a little bit more about [[ command line interface ]] and [[ working within the terminal ]]. i guess there’s a couple of reasons as to why i decided to embark on this little journey:

  1. since i have minimal coding knowledge, why not just throw myself in the deep end by learning the command line
  2. i’ve seen other creators i’ve come across the internet sharing about their configs and workflow, and i wanted to implement them in some shape or form

after consulting chatgpt, here are some of the things i’m trying to take note and build on

here is my general workflow: obsidian > ghostty > website or neovim > website

ghostty = terminal and it runs commands, launches neovim (editor within terminal)

  • it manages folders, nothing more, nothing less

new tab = cmd + t close tab = cmd + w split terminal vertically = cmd + d split horizontal = cmd + shift + d next tab = cmd + shift + ] prev tab = cmd + shift + [ search terminal = cmd + f clear scroll back = ctrl + I


visualise all my thoughts here.