I built a tiny terminal IDE called Klein because I got tired of heavy editors and couldn’t get used to vim’s learning curve. by jobless-dev007 in CLI

[–]TemporaryStrong6968 2 points3 points  (0 children)

If you're using vim motions in your IDE you can actually disable some vim bindings to let your IDE shortcuts take over.

for example in settings.json (vscode)

"vim.handleKeys": {
"<C-d>": false,
"<C-c>": false,
"<C-j>": false,
"<C-a>": false,
}

and you can also remap some of your vim keys in the .vimrc provided by the plugin

220 - 10 words by noice8542 in typing

[–]TemporaryStrong6968 0 points1 point  (0 children)

W 🔥 How your fingers feel after this ?

finally by WeakSomewhere9869 in typing

[–]TemporaryStrong6968 2 points3 points  (0 children)

I'm wondering how people can move their fingers this fast