ترجمه فارسی توضیحات (ترجمه ماشینی)
هک Vim 7.2
هکهای آماده با راهحلهایی برای موقعیتهای معمولی که کاربران ویرایشگر Vim با آن مواجه میشوند
- اسکریپتهای Vim را ایجاد، نصب و استفاده کنید تا عملکرد Vim را گسترش دهید
- شخصیسازی کار خود- منطقه متناسب با گردش کار شما
- ویرایشگر Vim خود را بهینه کنید تا سریعتر و پاسخگوتر باشد
- مملو از نکات و ترفندهای مبتنی بر تجربه عملی نویسنده
در جزئیات
Vim یکی از قدرتمندترین ویرایشگرهای منبع باز است که توسط برنامه نویسان و مدیران سیستم در سراسر جهان استفاده می شود. در حالی که Vim خود ذاتا یک ویرایشگر قدرتمند است، شخصی سازی آن مطابق با نیازهای شما می تواند یک کار دلهره آور باشد. با این حال، انجام این کار با کمک این کتاب امکان پذیر است.
این کتاب حاوی نمونه هایی است که همه چیز را از شخصی سازی Vim مطابق با چرخه کاری شما گرفته تا بهینه سازی هایی که بهره وری شما را افزایش می دهد، پوشش می دهد. تمرکز اصلی این کتاب آسانتر کردن زندگی شما بهعنوان یک کاربر Vim است.
هر فصل به جنبههای متفاوتی میپردازد و دستور العملهایی برای هکهای آسان برای سفارشیسازی و سادهسازی Vim ارائه میکند. تجربه. پس از مقدمه ای که مشتقات Vim و بستگان آن را از ویرایشگر vi پوشش می دهد، نویسنده تغییرات اساسی را توضیح می دهد که می توانید در ظاهر ویرایشگر Vim ایجاد کنید. فصلهای بعدی ناوبری بهبودیافته از طریق فایلها و بافرها در Vim را پوشش میدهند. سرعت بخشیدن به کار خود با الگوها، تکمیل خودکار، تا کردن، جلسات و ثبت نام. و قالب بندی متن و کد، از جمله استفاده از اسکریپت های قالب بندی خارجی. آخرین فصل جامع همه چیز را در مورد استفاده از اسکریپت های Vim و اسکریپت برای گسترش عملکرد پوشش می دهد.
این کتاب برای Vim 7.2، آخرین نسخه پایدار نوشته شده است. این آخرین نسخه Vim شامل بسیاری از ویژگیهای جدید مانند بررسی املا، تکمیل کد، برگههای سند، برجستهسازی خط و ستون فعلی، لغو شاخهها و موارد دیگر است.
بهرهبرداری حداکثری از ویرایشگر Vim
p>
آنچه از این کتاب خواهید آموخت
- درکی عمیق از Vim برای تسلط بر ویرایشگر بدست آورید
- شخصی سازی Vim مطابق با نیازهای شما
- در حین ویرایش چندین فایل سریعتر در میان فایل ها پیمایش کنید
- با استفاده از الگوها، تکمیل خودکار، تاشو، جلسات و ثبت نام، بهره وری خود را افزایش دهید
- بهبود قالب بندی متن خود و با تسلط بر ترفندهای ساده کدنویسی کنید
- گسترش Vim با اسکریپت
- پیکربندی Vim خود را در رایانه ها با ذخیره یک نسخه آنلاین حفظ کنید
li>
رویکرد
این کتاب آموزشی مملو از هک های آماده است که راه حل هایی را برای مشکلات رایج کاربران Vim در زندگی روزمره خود ارائه می دهد. هر فصل مجموعهای از دستور العملها را پوشش میدهد که هر یک از آنها یک رویکرد سیستماتیک را با شرحی مستقل از وظیفهای که پوشش میدهد، نحوه استفاده از آن و آنچه با استفاده از آن به دست میآورید دنبال میکند. حداقل نسخه Vim مورد نیاز برای هر هک به وضوح نشان داده شده است.
این کتاب برای چه کسی نوشته شده است
اگر کاربر Vim هستید که میخواهید از این ویرایشگر متن افسانهای بهره بیشتری ببرید، این کتاب برای شماست. تمرکز آن بر آسانتر کردن زندگی برای کاربران متوسط تا با تجربه Vim است.
Ready-to-use hacks with solutions for common situations encountered by users of the Vim editor
- Create, install, and use Vim scripts to extend Vim’s functionality
- Personalize your work-area to fit your workflow
- Optimize your Vim editor to be faster and more responsive
- Packed with tips and tricks based on the author’s practical experience
In Detail
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.
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.
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.
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.
Getting the most out of the Vim editor
What you will learn from this book
- Gain a deep understanding of Vim to master the editor
- Personalize Vim to suit your needs
- Navigate through files faster while editing multiple files
- Boost your productivity by using templates, auto-completion, folding, sessions, and registers
- Improve the formatting of your text and code by mastering simple tricks
- Extend Vim with script
- Retain your Vim configuration across computers by storing an online copy
Approach
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.
Who this book is written for
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.
نقد و بررسیها
هیچ دیدگاهی برای این محصول نوشته نشده است.