kawre / leetcode.nvim

A Neovim plugin enabling you to solve LeetCode problems.
MIT License
654 stars 34 forks source link

KeyBindings for switching cases In the result? #79

Closed mkhabelaj closed 3 months ago

mkhabelaj commented 3 months ago

This might seem like a silly question but what are the Keybindings for switching between test cases? For example I want to switch from Case 1 to Case 2 in the result? Screenshot 2024-03-17 at 2 59 21 PM

I spent some time trying to figure it out, and searched the documentation?

kawre commented 3 months ago

It's whatever number is in the parentheses. For example to switch to Case (2) press 2

mkhabelaj commented 3 months ago

Awesome, thanks you!