Tuesday, February 19, 2013

VIM Quick Tips : Show tab number

Quick tips
:set guitablabel=%N/\ %t\ %M
Show tab number.


References:
http://vim.wikia.com/wiki/Show_tab_number_in_your_tab_line
Show tab number

No comments:

CPP Quick Guide

Basics Hello world User input While loop If statement For loop Switch statement Read file using ifstream Write to a file using ofstr...