vim - how to insert tab spaces when snipmate is installed -


i want insert tab spaces in insert mode snipmate wouldnt allow me so. how either re-map snipmate trigger button other tab or there other way insert tab spaces when snipmate installed.

thanks

no matter plugin installed, should work anyway (insert mode):

c-v<tab> 

Comments

Popular posts from this blog

matlab - How to equate a structure array to structure array -

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -