Dhanus3133 / Leetbuddy.nvim

Solve Leetcode problems within Neovim 🔥
MIT License
138 stars 15 forks source link

Added key for page of problems #25

Closed ZhuZhengyi closed 11 months ago

ZhuZhengyi commented 1 year ago

LBQuestions default fetch first 20 questions from leetcode.cn/com, this update add two key op to get more questions to display

Dhanus3133 commented 1 year ago

Can you change the keymap from Ctrl to Alt, as Ctrl may be binded for some other shortcut purpose in the terminals. Also, mention at least a small description.

ZhuZhengyi commented 1 year ago

Can you change the keymap from Ctrl to Alt, as Ctrl may be binded for some other shortcut purpose in the terminals. Also, mention at least a small description.

modify default page keys to "\<Left>" and "\<Right>", and add 2 items that can be modified in config settings.

Dhanus3133 commented 11 months ago

@ZhuZhengyi thanks for the PR. I have also made some more changes on top of yours.