- Mastering Vim
- Ruslan Osipov
- 178字
- 2021-06-10 18:51:20
Conventions used
There are a number of text conventions used throughout this book.
CodeInTxt: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "Mount the downloaded WebStorm-10*.dmg disk image file as another disk in your system."
A block of code is set as follows:
" Manage plugins with vim-plug.
call plug#begin()
call plug#end()
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
" Manage plugins with vim-plug.
call plug#begin()
Plug 'scrooloose/nerdtree'
Plug 'tpope/vim-vinegar'
Plug 'ctrlpvim/ctrlp.vim'
Plug 'mileszs/ack.vim'
Plug 'easymotion/vim-easymotion'
call plug#end()
Any command-line input is written as follows:
$ cd ~/.vim
$ git init
Bold: Indicates a new term, an important word, or words that you see on screen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "Select System info from the Administration panel."
- 深度實踐OpenStack:基于Python的OpenStack組件開發
- MySQL數據庫應用與管理 第2版
- MongoDB for Java Developers
- Java深入解析:透析Java本質的36個話題
- Mastering LibGDX Game Development
- Kotlin Standard Library Cookbook
- Jenkins Continuous Integration Cookbook(Second Edition)
- Visual Basic程序設計實驗指導(第二版)
- Service Mesh實戰:基于Linkerd和Kubernetes的微服務實踐
- Mastering C++ Multithreading
- 硬件產品設計與開發:從原型到交付
- SpringBoot從零開始學(視頻教學版)
- Vue.js 3應用開發與核心源碼解析
- Arduino機器人系統設計及開發
- Arduino Electronics Blueprints