uebertab

This is a Vim plugin for supercharging the tab key.

In normal mode, it jumps over indented lines.

In insert mode, it completes the current word.

Example

Pressing tab anywhere on the first line will jump to the third line, because they have the same indentation:

1: A
2:   B
3: C

Install / Update

$ curl https://j.wied.co/uebertab.vim \
    --create-dirs \
    -o $HOME/.vim/pack/plugins/start/uebertab/plugin