RSSAmplifier

J. Wied · Aug 21, 2025

uebertab

0
Sign in to vote or save

This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.

J. Wied 2025-08-21 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…

2025-08-21

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

Read on /uebertab.html

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.