vi and Vim Editors Pocket Reference by Arnold Robbins
Author:Arnold Robbins [Arnold Robbins]
Language: eng
Format: epub, pdf
Tags: COMPUTERS / Programming / General
ISBN: 9781449392185
Publisher: O'Reilly Media
Published: 2011-01-10T16:00:00+00:00
foldtext (fd) foldtext()
Insertion Completion Facilities
Vim provides completion facilities: the ability to enter only a part of the final text and have Vim provide you with a list of suggested completions based on the commands you use and the content of the current files.
The completion commands (except for completion with the complete option) are two-keystroke combinations that start with CTRL-X. Most second keystrokes are not bound to actions in input mode, so it is often useful to map the second keystroke to the original combination, such as :inoremap ^F ^X^F.
The completion commands present a list of choices that you can cycle through using CTRL-N and CTRL-P (for “next” and “previous,” respectively). Use CTRL-E to end the completion without making a choice, and use CTRL-Y or ENTER to select the current choice and insert it.
The completion facilities are not simple, but they bring considerable power and time savings to long editing sessions. It is worthwhile to invest time to learn to use them. See Chapter 14 of Learning the vi and Vim Editors for the details.
Download
vi and Vim Editors Pocket Reference by Arnold Robbins.pdf
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
Deep Learning with Python by François Chollet(12627)
Hello! Python by Anthony Briggs(9942)
OCA Java SE 8 Programmer I Certification Guide by Mala Gupta(9818)
The Mikado Method by Ola Ellnestam Daniel Brolund(9808)
Dependency Injection in .NET by Mark Seemann(9366)
Algorithms of the Intelligent Web by Haralambos Marmanis;Dmitry Babenko(8330)
Test-Driven iOS Development with Swift 4 by Dominik Hauser(7784)
Grails in Action by Glen Smith Peter Ledbrook(7719)
The Well-Grounded Java Developer by Benjamin J. Evans Martijn Verburg(7587)
Becoming a Dynamics 365 Finance and Supply Chain Solution Architect by Brent Dawson(7322)
Microservices with Go by Alexander Shuiskov(7087)
Practical Design Patterns for Java Developers by Miroslav Wengner(7006)
Test Automation Engineering Handbook by Manikandan Sambamurthy(6946)
Secrets of the JavaScript Ninja by John Resig Bear Bibeault(6441)
Angular Projects - Third Edition by Aristeidis Bampakos(6363)
The Art of Crafting User Stories by The Art of Crafting User Stories(5888)
NetSuite for Consultants - Second Edition by Peter Ries(5807)
Demystifying Cryptography with OpenSSL 3.0 by Alexei Khlebnikov(5622)
Kotlin in Action by Dmitry Jemerov(5089)
