TECH: GVIM editing
Converting code from lower case to upper case in gvim
1.Enter into visual Mode
(By pressing v in Escape mode)
2.Select code that you want to convert to upper case using arrow keys
3 Press SHIFT+u to convert selected code into upper case.
Thanks
G K Reddy
1.Enter into visual Mode
(By pressing v in Escape mode)
2.Select code that you want to convert to upper case using arrow keys
3 Press SHIFT+u to convert selected code into upper case.
Thanks
G K Reddy
Comments