Tabs only for indentation : Using tabs only for indentation while editing
script karma |
Rating 4/1,
Downloaded by 859 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Makoto Nokata |
|
script type |
indent |
|
description |
This plugin allows you to insert tabs only for indentation.
If left part of the cursor position in current line has only tabs or spaces,
then they will be replaced by tabs and one more tab will be added.
In other cases, only spaces will be added. That's all.
I think, it will helpful because tabs not used for code alignment.
But, if you really need to insert tab, you can use <S-Tab> for this.
PS: Sorry, another plugin doing the same can be found here:
http://www.vim.org/scripts/script.php?script_id=2308
I didn't search at all. |
|
install details |
Only two things:
1) Put this file to the plugin directory;
2) Add the folowing line to your ~/.vimrc config:
imap <Tab> <Plug>AXEIndentTabs
|
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 3.135.182.75
|