TIL about :cexpr
-> :cexpr system("find . -name 'index.html'")
will run the command and send the output to the quickfix window. Super helpful.
Thereโs probably plugins to do this but itโs nice to use the built-ins
@clojurians-slack100 I eval the edn then paste in the result since it runs through pprint. In Conjure you can use <prefix>e!
to eval and replace the form which would replace it with the formatted version.
Although EDN may not parse because EDN ๐ฌ
I recently discovered the joy of vimium
plugin for firefox/chrome
Anyone else use it?
vimium is a life saver
I've only recently start learning all the features it has
tis noice
Before Firefox killed off non-WebExtensions add-ons, Vimperator was great. Vimium is the WebExtensions one that comes the closest. VimVixen really didn't do it for me.
I find the gE gO features super useful. I'm still not ๐ฏ on the visual mode. Sometimes it is hard to get on the right element without the mouse involved
I've "given up" and just stick to basic commands. Still super useful ๐
I wish it had <c-o>/<c-i> features. I still acidently hit it when trying to back to a specific scroll position
I've had a dream of forking firefox and creating a custom vim version. I'm no where near the skill level to do so and it would probably be simpler to just learn qutebrowser.
vim-iced in Codespaces ๐คช (with nvim 0.4.4 and babashka nREPL)