Add note on vimtutor as documenting all of vim is a lot

This commit is contained in:
Lyn Perrine 2023-12-10 22:21:45 -08:00
parent c146f50fa5
commit feae12e47a

View File

@ -48,7 +48,13 @@ If you need to edit a text file from the command line the easiest editor include
nano [file]
where you replace [file] with the file you want to edit.
where you replace [file] with the file you want to edit. Lubuntu also ships with the advanced text editor vim however documenting how to use that editor is beyond the scope of this manual. If you want to learn that advanced text editor run the command
.. code::
vimtutor
which provides you an interactive tutorial.
If you want to stop something running in the terminal press :kbd:`Control +C`. To run a task in the background type a :kbd:`&` at the end of it.