1.6 KiB
1.6 KiB
About Vim
I was extremely surprised I didn't set up a note about my default and OG editor of choice, vim. It is what has helped long term become very fast at typing and in general for understanding the power of just using whatever editor you are most comfortable with at the end of the day. Vim is what I used when I was editing t things on a chromebook and it is still what I am using to this day.
There are many purposes to vim, you can use it for:
- typing up your math notes by incorporating vim with LaTeX
- this website seems the easiest way to learn vim hands-on if you need a refresher
- here are more tutorials for reference, don't go to the site above
- ooh you can even create actions through vim for functions called "tags"
- Tricks and tips from and for vim users is posted on the wiki
- generate the config file for your vimrc for different languages no matter where you go here
Vim vs NeoVim?
There's a long history and different strains of Vim on the internet. One of the more popular alternatives seems to be NeoVim
! If you're comfortable using Vim, there may be no need to switch.
Vim for different use-cases
In fact, there is even a vim key-binding settings option here in Obsidian.
- here is the docs for vim-go for the go language.