Results 146 comments of Erlend

The dot operator `.` for repeating the previous operation is a big one for me. Also `c-w` change the next word and `c-b` to change the previous word (in Normal...

I did a search for the most used/common vi/vim commands/keyboard shortcuts and found a few articles which might be a good start: https://www.eng.buffalo.edu/~yearke/unix/vi12.shtml https://spin.atomicobject.com/2016/04/19/vim-commands-cheat-sheet/ https://www.maketecheasier.com/cheatsheet/vim-keyboard-shortcuts/?amp

> Could be worth taking a look at [vscode-neovim](https://github.com/vscode-neovim/vscode-neovim), their solution is to actually use an instance of neovim to handle the keyboard input. I think it would be worth...

> > Implement what is needed > > > > Every vim command? Who's to say what is 'needed' when we're talking about vim-motions? > > I would say the...

I can see the appeal for integrating with neovim as it sounds like less work, but i actually think it might be more work in the long run to maintain...

You can use the `path_drawing` package to transform `svg` to `path`.

You can also use [this web app](https://danmarshall.github.io/google-font-to-svg-path) to turn text into svg, but advanced symbols or emojis are not supported.

Feel free to have a look at my package [flim](https://github.com/erf/flim) on how to render lots of image atlases. I've used the API `canvas.drawAtlas` to render lots of sprites effectively.

@yasinarik i could perhaps add a gif of some sprite animations, but you can easily run the example to see things in action

I'm experiencing the same issue: missing `google-services.json` file. I'd like to support multiple environments via the code generated from the `flutterfire configure` command. Now if i leave the prod version...