- Mastering Vim
- Ruslan Osipov
- 178字
- 2021-06-10 18:51:23
Using Cygwin
Open Cygwin, the program will be called Cygwin64 Terminal or Cygwin Terminal, depending on the version of your system, as can be seen in the following screenshot:

Open it! You will see the following prompt, familiar to Linux users:

Cygwin supports all of the Unix-style commands we will be using in this book. This book will also say if any commands need to be changed to work with Cygwin. But for now, let's open Vim and proceed onto the next chapter! Type vim and hit Enter to start Vim, as demonstrated in the following screenshot:

Cygwin is a way to get a Linux-like shell experience on Windows, meaning you'll have to follow Linux specific instructions throughout this book if you decide to use Cygwin.
You'll also want to be careful with Windows-style line endings vs Linux-style line endings, as Windows and Linux treat line endings differently. If you run into an odd issue with Vim complaining about ^M characters its unable to recognize, run the dos2unix utility on the offending file to resolve the issue.
- UI設計基礎培訓教程
- DevOps with Kubernetes
- Java完全自學教程
- 劍指JVM:虛擬機實踐與性能調優
- Rust編程從入門到實戰
- 數據庫系統原理及MySQL應用教程
- INSTANT Sencha Touch
- Python機器學習編程與實戰
- Linux操作系統基礎案例教程
- Learning Python Design Patterns
- Quantum Computing and Blockchain in Business
- Building Wireless Sensor Networks Using Arduino
- C語言王者歸來
- 微信公眾平臺開發最佳實踐
- Java Web 從入門到項目實踐(超值版)