没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
Vim for humans Release 1.0Vincent JousseAugust 12, 2015CONTENTS1 Preamble 1 1.1 Disclaimer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 1.2 Paid book but free price . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 1.3 Free license . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 1.4 Thanks . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
资源推荐
资源详情
资源评论
Vim for humans
Release 1.0
Vincent Jousse
August 12, 2015
CONTENTS
1 Preamble 1
1.1 Disclaimer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
1.2 Paid book but free price . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
1.3 Free license . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
1.4 Thanks . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
2 Introduction 3
2.1 For who? . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4
2.2 What you will be learning . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4
2.3 What you will not be learning . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4
2.4 The hardest part is to get started . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5
3 Having a usable Vim 7
3.1 Essential preamble: the insert mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8
3.2 Modes: the powerful Vim secrets . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10
3.3 The lifesaver default configuration . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12
3.4 And now, the color! . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13
3.5 Our first plugin: the file explorer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17
3.6 Here we go . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19
4 The text editor you’ve always dreamed of 23
4.1 Learning how to move: the copy/paste use case . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23
4.2 Forgetting the directional keys . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 26
4.3 Doing without the Esc key . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 29
4.4 Combining keys and moves . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 29
4.5 Search / Move quickly . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30
4.6 Visual mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31
4.7 It’s your turn! . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32
5 Essential plugins 33
5.1 Managing and switching between files : Lusty Explorer . . . . . . . . . . . . . . . . . . . . . . . . 33
5.2 Searching files on disk: Ack . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 36
5.3 Searching files on disk: Ctrlp . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 38
5.4 Advanced plugins . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 39
6 Cheatsheet & examples 41
6.1 Questions / Answers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 41
6.2 Reminders . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 42
7 Indices and tables 45
i
ii
CHAPTER
ONE
PREAMBLE
1.1 Disclaimer
I’m not a native english speaker, so if you spot errors, feel free to tell me. Here is my email address: vin-
cent@jousse.org
1.2 Paid book but free price
What does it mean? I am convinced that culture and education should be accessible for everyone. Asking people to
pay a price fixed in advance would put a barrier that limits the access to the book. That’s why I let you choose your
price.
And what if you don’t have any euro to give in exchange for this book? Well, just download it freely and make the
promise you will use it for the best. But don’t tell me you have nothing to offer in exchange. An email with a thank-you
would be just fine.
Whatever you give, it will be a motivation for me to write more books like this one.
If you give in euros, 20% of the earnings are donated to Framasoft, an association promoting free software.
You can give on the official website http://vimebook.com/en
Thanks for listening, and have fun!
1.3 Free license
I’m releasing the book under the Creative Commons Attribution 4.0 Internationa lLicence. So, you can do (almost)
whatever you want with this ebook.
1.4 Thanks
A big thanks to my lovely sister Sandra for her reviews!
1
剩余48页未读,继续阅读
资源评论
weixin_38694023
- 粉丝: 4
- 资源: 976
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 1_ROT编码 (2).zip
- IMG_7230.jpg
- python+翻译器+语音
- 一个简单的库存管理系统,使用PHP、JavaScript、Bootstrap和CSS开发
- Python(Tkinter+matplotlib)实现光斑处理系统源代码
- HC32F4A0-v2.2.0-LittleVgl-8.3-1111.zip, 基于HC32F4A0的LVGL8.3工程
- 220913201郭博宇数据结构3.docx
- 小米R3G路由器breed专属
- MATLAB实现QRLSTM长短期记忆神经网络分位数回归时间序列区间预测(含完整的程序和代码详解)
- AN-HC32F4A0系列的外部存储器控制器EXMC -Rev1.1
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功