diff --git a/docs/05-Working-With-Shell-Part-II/06-Vi-Editor.md b/docs/05-Working-With-Shell-Part-II/06-Vi-Editor.md index 5d50a10..d71c89a 100644 --- a/docs/05-Working-With-Shell-Part-II/06-Vi-Editor.md +++ b/docs/05-Working-With-Shell-Part-II/06-Vi-Editor.md @@ -1,5 +1,7 @@ # Vi Editor +- Take me to the [Video Tutorial](https://kodekloud.com/courses/873064/lectures/17080600) + In this section, we will take a look at console based text editors in linux. - It is not feasible using **`cat`** when dealing with large amounts of text or for writing code. This is why we use text editors