Tu Nguyen

Results 2 issues of Tu Nguyen

**Describe the bug** After unpressing `j`. The cursor still jump a next line. **To Reproduce** Steps to reproduce the behavior: At normal mode. Pressing and hold `j`. **Screenshots** I press...

Fixes #57 ## Proposed Changes - Fix import statement for file snake_case Example Before: ```ts import { StartupSource } from './userfriends' ``` After: ```ts import { StartupSource } from './user_friends'...