|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/learn-vim-for-beginners/
课程评论:没有评论
以下是关于 Coursera 课程“Vim 文本编辑器 - 10 步学会,面向初学者”的内容总结: **课程名称:** Vim 文本编辑器 - 10 步学会,面向初学者 **课程概述:** Vim 是编程界最广泛使用的文本编辑器之一,并非因为它最新或最炫酷,而是因为它几乎存在于所有系统上(或可以安装),更重要的是,它能让你比以往任何时候都更快地工作和编码。为什么不是每个人都使用 Vim?因为它没有标准的图形用户界面 (GUI),这意味着它提供的所有工具都必须被记忆。许多人认为刚开始学习的内容太多而从不尝试,但本课程将由 Jason Elbourne 教授,教你快速上手 Vim 的必备基础知识。本课程不会占用你太多时间,但能显著提升你日常编码效率,为你节省宝贵时间。 **涵盖主题:** * 进入和退出 Vim * 理解命令模式、插入模式和命令行模式 * 在文件中移动 * 编辑文本 * 使用删除 (delete)、复制 (yank) 和粘贴 (put) 来移动内容 * 使用正则表达式进行搜索 * 自定义 Vim * 通过 shell 命令过滤文本
Vim is one of the most widely used text editors in the programming industry, not because it's the newest or shiniest, but because it can be found (or can be installed) on every type of system and more importantly it makes it possible to work / code must faster then you would otherwise. Why doesn't everyone use Vim if it's so great? Well it does not have a standard GUI which means all the tools it provides must be memorized. People often think this is too much to learn at first and never try, but with this course, Jason Elbourne shows you the basic necessities to get up and running with Vim. The course won't take up to much of your time. They will make your day to day coding much more productive, saving you time. Topics include: Entering and leaving viUnderstanding the Command, Insert, and Colon modesMoving around in filesEditing textMoving content with delete, yank, and putSearching with regular expressionsCustomizing viFiltering text through shell commands