Update 01-en.md

This commit is contained in:
Christoph 2023-06-05 16:49:13 +02:00 committed by GitHub
parent a177a07ab5
commit 9a378691bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
---
title: How to Use and Install the Vim Text Editor
description: A step-by-step tutorial on how to use and install the Vim text editor on Linux-based systems.
description: Learn how to install and use the Vim text editor on Linux-based systems in this step-by-step tutorial.
level: [beginner]
updated_at: 2023-04-19
slug: how-to-use-and-install-the-vim-text-editor
@ -54,7 +54,7 @@ This will open Vim in command mode. In command mode, you can use the following b
To insert text into the document, first enter insert mode by pressing the `i` key, then start typing. To return to command mode, press the `Esc` key.
# Step 3 - Advanced Vim Commands
# Step 3 - Advanced Vim commands
Vim has many advanced features that can be used to improve productivity when editing documents. Some of these features include:
@ -68,13 +68,13 @@ To learn more about Vim's advanced features, you can read the documentation by t
Vim is a powerful text editor that can improve your productivity when editing documents. By following this tutorial, you should now have a basic understanding of how to install and use Vim on Linux-based systems. With practice, you can become proficient in using Vim's advanced features to edit documents more efficiently.
# Licence
# License
[MIT](https://github.com/netcup-community/community-tutorials/blob/main/LICENSE)
Copyright (c) 2021 netcup
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicence, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
@ -83,10 +83,10 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
# Contributor's Certificate of Origin
By making a contribution to this project, I certify that:
1) The contribution was created in whole or in part by me and I have the right to submit it under the licence indicated in the file; or
1) The contribution was created in whole or in part by me and I have the right to submit it under the license indicated in the file; or
2) The contribution is based upon previous work that, to the best of my knowledge, is covered under an appropriate licence and I have the right under that licence to submit that work with modifications, whether created in whole or in part by me, under the same licence (unless I am permitted to submit under a different licence), as indicated in the file; or
2) The contribution is based upon previous work that, to the best of my knowledge, is covered under an appropriate license and I have the right under that license to submit that work with modifications, whether created in whole or in part by me, under the same license (unless I am permitted to submit under a different license), as indicated in the file; or
3) The contribution was provided directly to me by some other person who certified (a), (b) or (c) and I have not modified it.
4) I understand and agree that this project and the contribution are public and that a record of the contribution (including all personal information I submit with it, including my sign-off) is maintained indefinitely and may be redistributed consistent with this project or the licence(s) involved.
4) I understand and agree that this project and the contribution are public and that a record of the contribution (including all personal information I submit with it, including my sign-off) is maintained indefinitely and may be redistributed consistent with this project or the license(s) involved.