Skip to Main Content
2024-11-08

Vim

The keybinding g f goes to the file under the cursor.

If you want to open in a new window use <c-w f>.

The keybinding g x goes to the link under the cursor.

Fold visual selection

Highlighted text can be folded using z f and unfolded with z a.

Native path completion

When typing a path use c-x c-f to generate suggestions.

    Table of Contents