- cross-posted to:
- linux@programming.dev
- linux@lemmy.ml
- cross-posted to:
- linux@programming.dev
- linux@lemmy.ml
cross-posted from: https://jlai.lu/post/8476122
Zed on Linux is out!
cross-posted from: https://jlai.lu/post/8476122
Zed on Linux is out!
Start by running vim and typing
:vimtutor
. You might have to install the vimtutor package. Its a good way to learn. Once you’re through the vimtutor tutorial you should be good to go, you’ll get better over time. I second recommending neovim over original vim. The command isnvim
to start once installed.