Monday, 15 April 2013

vim - How can I manually enter tabs (possibly .vimrc file)? -



vim - How can I manually enter tabs (possibly .vimrc file)? -

whenever seek come in tabs in vim, enters 4 spaces. writing makefile need able come in literal tabs. ideas?

remove set expandtab (or utilize set noexpandtab in) .vimrc.

to insert literal tab when expandtab on, can utilize ctrl+vtab (or ctrl+qtab on windows default settings)

vim tabs

No comments:

Post a Comment