There are few Window commands in Vim I really find useful but sometimes hard to remember regarding changing the size:
- Maximize current horizontal window: Ctrl-w _
- Maximize current vertical window: Ctrl-w |
- Change the height of the current window:
- Ctrl-w +
- Ctrl-w -
- :resize 5
- Replace 5 with the desired positive or negative number.
- Change the width of the current window:
- Ctrl-w >
- Ctrl-w <
- :vertical resize -5
- Replace -5 with the desired positive or negative number.
- Close other windows: :only
- The buffers remain open.
- Convert the current window to a tab: Ctrl-w T
- With this command you lose the original window.
- Open current buffer in a tab: :tabe %
- This is a good option to temporarily maximize (or zoom) the current window and then quit the tab to go back to all windows in the state you left them. It does not close the original window like Ctrl-w T.
3 comments:
Advance your career with Data Analytics Courses in Hyderabad with placements from ABTrainings. This analytics certification course combines classroom and live interactive sessions to teach essential data skills used by businesses today. Learn Python scripting, SQL queries, Power BI dashboarding, statistical methods, and data storytelling. With direct industry linkage, you’ll participate in interview preparations, mock sessions, and job referral support. Whether you are a fresher or a working professional, this course ensures you develop job-ready expertise and placement support until you land your dream role.
Data Analyst Course in Hyderabad
Learn Power BI from anywhere with Power BI Online Training in India by ABTrainings. This flexible, instructor-led program is perfect for learners who want to master data visualization and analytics tools without attending classroom sessions. The course covers everything from Power BI fundamentals to advanced reporting techniques using real datasets, live projects and practical exercises. You’ll also get certification guidance, placement support, and access to learning resources that prepare you for analytics roles across industries.
Best Power BI Online Course
Located in the heart of Ameerpet, ABTrainings offers one of the most practical Power Apps and Power Automate courses. This course is ideal for IT professionals, freshers, and business users who want to build apps and automate workflows efficiently.
You will learn to create custom apps, connect data sources, design approval workflows, and automate business tasks. ABTrainings ensures personalized mentoring, project-based learning, and placement assistance to help you launch your career in Microsoft Power Platform technologies.
Power Apps & Power Platform Training in Hyderabad
Post a Comment