ExpandBackspace : Make backspace eat white space to the last tabstop
script karma |
Rating 0/0,
Downloaded by 1123 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Yury Shvedov |
|
script type |
utility |
|
description |
This plugin is based on GreedyBackspace #1390 plugin.
This plugin will cause your backspace key to delete all the white spaces to the previous tabstop. For example, if you typed "printf("Hello World!"); " and then hit backspace, you'd only have "printf("Hello World!"); ". Its behavior is similar to softtabstop, but it doesn't care of how do you put white spaces - with tab key or spacebar.
This plugin will cause your delete key to delete &tabstop or less white spaces after character. For example, if you typed "printf("Hello World!"); " and then twice hit hit left and then delete, you'd only have "printf("Hello World!"); ".
This plugin works only when expandtab is enabled. You are free to set or unset this option. Plugin will switch on or off accordingly.
|
|
install details |
Source the script from your vimrc or just place it in your plugin directory. |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 18.97.9.172
|