Shayan Chashm Jahan
Repovive Map
December 25, 2025 • 3 min read • 1 views
In this post, I'll show you how to get the most out of Repovive.
Vim Command Bar
Press : or Cmd/Ctrl + K to open the command bar. Type a command and hit Enter.
| Command | Action | Command | Action |
|---|---|---|---|
: or ⌘K | Open Bar | :help | All Commands |
:gh | Home | :gu | Profile |
:gc | Contests | :gp | Problems |
:gr | Roadmaps | :ge | Editor |
:t | Theme | :q | Back |
More commands:
:s— Select mode: navigate lists with ↑/↓, Enter to click:zen— Distraction-free reading:p5a— Jump to Contest 5, Problem A from anywhere
Inside a contest, you get :pa, :pb, :pc for problems, :cp for problem list, :cr for ranking, :cs for submissions.
Tab autocompletes. Press ↑/↓ to browse history.
Roadmaps
You can follow structured courses and track your progress. Currently, you see courses like: Dynamic Programming, Graph Theory, C++, and Python.
Contests
You can participate in our contests every Sunday.
Classic Problems
We prepared a judge for all classic algorithmic problems (e.g. LCS, LIS, DSU, ...) all in one place. For each one of them, you see a Learn button that teaches you that algorithm.
Round Problems
You can view the problems in our past contests on this page.
Community
Join weekly discussions, read blog posts, and form learning teams with other members.
Editor
Write and run code in your browser. Maybe the only editor on the internet that supports Vim mode. Supports C++, Python, JavaScript, Java, Go, and Rust.
Rating and Karma
Your rating goes up when you perform well in contests. Karma increases when others upvote your posts and comments.
Share your suggestions to make Repovive better below, maybe you can contribute and add a great feature yourself!
Shayan Chashm Jahan
System Administrator