Cargando…

Hacking Vim 7.2 : ready-to-use hacks with solutions for common situations encountered by users of the Vim editor /

Annotation

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Schulz, Kim
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham, UK : Packt Pub., ©2010.
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000 a 4500
001 EBSCO_ocn670723296
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu---unuuu
008 101019s2010 enka of 001 0 eng d
040 |a N$T  |b eng  |e pn  |c N$T  |d E7B  |d OCLCQ  |d DEBSZ  |d OCLCQ  |d C6I  |d OCLCA  |d NLGGC  |d OCLCO  |d TEFOD  |d COO  |d DKDLA  |d YDXCP  |d OCLCF  |d TEFOD  |d OCLCQ  |d AGLDB  |d U3W  |d OCLCQ  |d VTS  |d COCUF  |d NLE  |d INT  |d VT2  |d OCLCQ  |d UKMGB  |d OCLCO  |d WYU  |d STF  |d OCLCQ  |d OCLCO  |d M8D  |d UKAHL  |d HS0  |d OCLCQ  |d AJS  |d OCLCQ  |d OCLCO  |d OCLCQ  |d OCLCO 
016 7 |a 018012105  |2 Uk 
019 |a 692309474 
020 |a 9781849510516  |q (electronic bk.) 
020 |a 1849510512  |q (electronic bk.) 
020 |z 9781849510509 
020 |z 1849510504 
029 1 |a AU@  |b 000048342677 
029 1 |a AU@  |b 000050963033 
029 1 |a AU@  |b 000051368884 
029 1 |a CHNEW  |b 000606001 
029 1 |a DEBBG  |b BV043152333 
029 1 |a DEBSZ  |b 372804195 
029 1 |a DEBSZ  |b 421692537 
029 1 |a NZ1  |b 13869849 
029 1 |a UKMGB  |b 018012105 
035 |a (OCoLC)670723296  |z (OCoLC)692309474 
037 |a 8DE32239-76A9-410D-A553-54B49048115A  |b OverDrive, Inc.  |n http://www.overdrive.com 
050 4 |a QA76.76.T49  |b S34 2010eb 
072 7 |a COM  |x 022000  |2 bisacsh 
072 7 |a COM  |x 058000  |2 bisacsh 
082 0 4 |a 005.52  |2 22 
049 |a UAMI 
100 1 |a Schulz, Kim. 
245 1 0 |a Hacking Vim 7.2 :  |b ready-to-use hacks with solutions for common situations encountered by users of the Vim editor /  |c Kim Schulz. 
260 |a Birmingham, UK :  |b Packt Pub.,  |c ©2010. 
300 |a 1 online resource (v, 228 pages) :  |b color illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
588 0 |a Print version record. 
520 8 |a Annotation  |b Vim is one of the most powerful open-source editors used by programmers and system administrators around the world. While Vim itself is inherently a powerful editor, personalizing it to suit your needs can be a daunting task. However, it is possible to do so with the help of this book.<br /><br />This book contains examples that cover everything from personalizing Vim according to the your work cycle to optimizations that will boost the your productivity. The main focus of this book is to make your life, as a Vim user, easier.<br /><br />Each chapter deals with a different aspect, and provides recipes for easy-to-use hacks to customize and simplify your Vim experience. After an introduction covering the derivation of Vim and its relatives from the vi editor, the author explains basic changes that you can make to the appearance of the Vim editor. Further chapters cover improved navigation through files and buffers in Vim; speeding up your work with templates, auto-completion, folding, sessions, and registers; and formatting text and code, including using external formatting scripts. The final comprehensive chapter covers everything about using Vim scripts and scripting to extend functionality.<br /><br />This book is written for Vim 7.2, the latest stable version. This latest version of Vim includes many new features like spell-checking, code completion, document tabs, current line and column highlighting, undo branches, and much more.<br /><br />Getting the most out of the Vim editor<br /><br /><br />What you will learn from this book :<br />Gain a deep understanding of Vim to master the editor<br />Personalize Vim to suit your needs<br />Navigate through files faster while editing multiple files<br />Boost your productivity by using templates, auto-completion, folding, sessions, and registers<br />Improve the formatting of your text and code by mastering simple tricks<br />Extend Vim with scripts<br />Retain your Vim configuration across computers by storing an online copy<br /><br />Approach<br />This book is a tutorial packed with ready-to-use hacks that give solutions for common problems faced by Vim users in their everyday life. Every chapter covers a set of recipes, each of which follows a systematic approach with a self-contained description of the task it covers, how to use it, and what you gain by using it. The minimum version of Vim required for each hack is clearly indicated.<br /><br /><br />Who this book is written for<br />If you are a Vim user who wants to get more out of this legendary text editor, this book is for you. It focuses on making life easier for intermediate to experienced Vim users.<br /> 
505 0 |a Cover; Copyright; Credits; About the Author; About the Reviewers; Table of Contents; Preface; Chapter 1: Getting Started with Vim; Getting Vim; vi, Vim, and friends; vi; STEVIE; Elvis; nvi; Vim; Vile; Compatibility; Vim is charityware; Common terminology; Summary; Chapter 2: Personalizing Vim; Where are the configuration files?; Changing the fonts; Changing color scheme; Personal highlighting; Example 1: Mark color characters after a certain column; Example 2: Mark tabs not used for indentation in code; Example 3: Preventing errors caused by IP addresses; A more informative status line 
505 8 |a Toggle menu and toolbarAdding your own menu and toolbar buttons; Adding a menu; Adding toolbar icons; Modifying tabs; Work area personalization; Adding a more visual cursor; Adding line numbers; Spell checking your language; Adding helpful tool tips; Using abbreviations; Example 1: Using abbreviations for quick address insertion; Modifying key bindings; Summary; Chapter 3: Better Navigation; Faster navigation in a file; Context-aware navigation; Moving around within a code file; Moving in a code file; Navigating long lines; Faster navigation in Vim help; Faster navigation in multiple buffers 
505 8 |a Open referenced files fasterSearch and you will find; Search the current file; Example 1: Find the next occurrence of a word; Example 2: Search for a word under the cursor; Search in multiple files; Search the help system; X marks the spot; Visible markers-using signs; Hidden markers-using marks; Summary; Chapter 4: Production Boosters; Using templates; Using template files; Abbreviations as templates; Snippets with the snipMate script; Using tag lists; Easier taglist navigation; Other usages of taglists; Using autocompletion; Autocompletion with known words 
505 8 |a Autocompletion using dictionary lookupOmnicompletion; All-in-one completion; Using macro recording; Using sessions; Simple session usage; Satisfy your own session needs; Sessions as a project manager; Registers and undo branching; Using registers; The unnamed register; The small delete register; The numbered registers; The named registers; The read-only registers; The selection and drop registers; The black hole register; Search pattern register; The expression register; Using undo branching; Folding; Simple text file outlining; Using vimdiff to track the changes; Navigation in vimdiff 
505 8 |a Using diff to track changesOpen files anywhere; Faster remote file editing; Summary; Chapter 5: Advanced Formatting; Formatting text; Putting text into paragraphs; Aligning text; Marking headlines; Creating lists; Formatting code; Autoindent; Smartindent; Cindent; Indentexpr; Fast code-block formatting; Auto format pasted code; Using external formatting tools; Indent; Berkeley Par; Tidy; Summary; Chapter 6: Basic Vim Scripting; Syntax-color schemes; Your first syntax-color file; Syntax regions; Color scheme and syntax coloring; Using scripts; Script types; Installing scripts 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
630 0 0 |a Vi (Computer program) 
630 0 7 |a Vi (Computer program)  |2 fast 
650 0 |a Text editors (Computer programs) 
650 0 |a Hackers  |v Handbooks, manuals, etc. 
650 0 |a Computer programming  |v Handbooks, manuals, etc. 
650 6 |a Éditeurs de texte (Logiciels) 
650 6 |a Pirates informatiques  |v Guides, manuels, etc. 
650 6 |a Programmation (Informatique)  |v Guides, manuels, etc. 
650 7 |a COMPUTERS  |x Digital media  |x Desktop Publishing.  |2 bisacsh 
650 7 |a COMPUTERS  |x Desktop Applications  |x Word Processing.  |2 bisacsh 
650 7 |a Computer programming  |2 fast 
650 7 |a Hackers  |2 fast 
650 7 |a Text editors (Computer programs)  |2 fast 
655 7 |a Handbooks and manuals  |2 fast 
776 0 8 |i Print version:  |a Schulz, Kim.  |t Hacking Vim 7.2.  |d Birmingham, UK : Packt Publishing, ©2010  |z 9781849510509  |w (OCoLC)657100021 
856 4 0 |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=333383  |z Texto completo 
938 |a Askews and Holts Library Services  |b ASKH  |n AH26943573 
938 |a ebrary  |b EBRY  |n ebr10439378 
938 |a EBSCOhost  |b EBSC  |n 333383 
938 |a YBP Library Services  |b YANK  |n 3518148 
994 |a 92  |b IZTAP