Dhanus3133 / Leetbuddy.nvim

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

Added customization for some Telescope menu keys #31

Closed binarybrain11 closed 12 months ago

binarybrain11 commented 1 year ago

User can now customize the keys set by LeetBuddy to navigate the Telescope menu. Alt keys are sometimes frustrating to use since many terminals and GUIs use Alt keys and don't send them to applications. This pull request allows users to easily specify alternate keybinds in the setup of LeetBuddy. Defaults remain the same, though I was unable to test any of them except for and due to my setup.

binarybrain11 commented 1 year ago

I've also added all of the example test cases instead of just the one sample test case.

Dhanus3133 commented 12 months ago

Merged! Thanks for the PR. :+1: