LingMethodsHub / LingMethodsHub.github.io

Landing Page
GNU General Public License v3.0
9 stars 1 forks source link

Shell Basics - vim command missing? #22

Closed robertfromont closed 2 years ago

robertfromont commented 2 years ago

This is a great resource! But it looks like there's something missing from the bash example for creating a text file:

https://lingmethodshub.github.io/content/cli/bash-shell-basics/#cb15

It's currently:

$ cd mycorpus

# press i to insert
...

Which is missing the command for starting up vim so they can add content - looks like it should be something like:

$ cd mycorpus

$ vim speaker1.txt

# press i to insert
...

The change needs to be made here, I think:

https://github.com/LingMethodsHub/bash-shell-basics/blob/32c5d5b7712afacf77e3fc527a6cd48b7242041c/index.Rmd#L216

JoFrhwld commented 2 years ago

Thanks for catching this!