随笔分类 - vimbook
vim编辑器学习
摘要:10 Basic GUI Usage The Vim editor works well inside a windowing environment.This graphical user interface (GUI) provides you with not only all of Vim’
阅读全文
摘要:9 Basic Command-Mode Commands Printing text lines Substitution Shell (command prompt) escapes Entering Command-Line Mode If you want to execute a sing
阅读全文
摘要:8 Basic Abbreviations, Keyboard Mapping, and Initialization Files Abbreviations An abbreviation is a short word that takes the place of a long one. Fo
阅读全文
摘要:7 Commands for Programmers Syntax coloring Automatic indentation Indentation commands Commands to navigate through the source code Getting information
阅读全文
摘要:6 Basic Visual Mode How to start visual mode Visual yanking Using visual mode to change text Visual commands for programmers Visual block mode Enterin
阅读全文
摘要:5 Windows How to open a new window Window selection Editing two files at once Controlling the size of a window Basic buffer usage Opening a New Window
阅读全文
摘要:3 Searching Simple forward searches Search options Incremental searches Changing directions Basic regular expressions Simple Searches To search for a
阅读全文
摘要:4 Text Blocks and Multiple Files Simple cut-and-paste operations (in Vim terms, delete and put) Marking locations within the text Copying text into a
阅读全文
摘要:2 Editing a Little Faster Additional movement commands Quick searches along a single line Additional delete and change commands n The repeat command K
阅读全文
摘要:1 Basic Editing This chapter teaches you the basic set of 10 Vim commands you need to get started editing. In this chapter, you learn the following: T
阅读全文