yang4515
yang4515
Alternating left and right press? ``` let g:EasyMotion_Left_keys = 'asdf' let g:EasyMotion_Right_keys = 'hjkl' ```
### What kind of change does this PR introduce? - [x] Bugfix - [ ] Feature - [ ] Docs - [ ] New Binding issue #___ - [ ]...
``` class MyPromise extends Promise {} // src const fn = (): MyPromise => { return new MyPromise(...) } // after fixing const fn = async (): MyPromise => {...
https://github.com/xai-org/grok-1