It's easy to learn - i'll teach you over 10,000 commands today 😯
30 minutes demo + 20/30 mins questions
- Intro
- Why?!
- Basics
- Config
- Examples
- Questions
Mudassir Ahmed Studying Computer Science and Mathematics at UoM with industry experience.
Follow me on GitHub mudassir-ahmed
https://github.com/mudassir-ahmed/studenthack-vim-workshop
It's a terminal modal text editor. It's first public release was in 1991.
Free and open source 🚀. Based on vi
which was released in 1976.
- I'm using the commands
gT
andgt
to go back and forth opened tabs respectively. - And using
:prev
and:next
to navigate files opened on startup. - See opened files using
:args
- Quick find using
:find file_name
or:b file_name_substring
- I'm using
:Goyo
to display the text nicely (plugin)