Skip to content

Instantly share code, notes, and snippets.

View qxl0's full-sized avatar
🎯
Focusing

qxl0

🎯
Focusing
View GitHub Profile
@qxl0
qxl0 / leetcode_retag.md
Created August 5, 2022 12:46 — forked from Windsooon/leetcode_retag.md
Retag most popular Leetcode problems

osjobs

海外兔

website

@qxl0
qxl0 / vim_and_definitions.md
Created March 4, 2021 01:16 — forked from igemnace/vim_and_definitions.md
"Jump to Definition" in Vim

Vim and Definitions

Did you know Vim has a few builtin features designed to help with the "Jump to Definition" action you see in most IDEs?

Level 1: include and define

Since Vim is a "dumb" editor (that is, it doesn't do any static analysis on your text), you'd expect a "Jump to Definition" feature that relies on a simple text search.