vim

For discussion on all things (neo)vim.
orestis 2020-10-07T10:57:19.023100Z

TIL about :cexpr -> :cexpr system("find . -name 'index.html'") will run the command and send the output to the quickfix window. Super helpful.

๐Ÿ˜ฎ 2
4
orestis 2020-10-07T10:57:42.023600Z

Thereโ€™s probably plugins to do this but itโ€™s nice to use the built-ins

Olical 2020-10-07T19:29:41.025Z

@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.

Olical 2020-10-07T19:30:09.025400Z

Although EDN may not parse because EDN ๐Ÿ˜ฌ

๐Ÿ‘ 1
dharrigan 2020-10-07T19:44:24.025800Z

I recently discovered the joy of vimium plugin for firefox/chrome

dharrigan 2020-10-07T19:44:37.026Z

Anyone else use it?

berkeleytrue 2020-10-07T19:52:21.026200Z

vimium is a life saver

berkeleytrue 2020-10-07T19:52:42.026700Z

I've only recently start learning all the features it has

dharrigan 2020-10-07T19:56:18.026900Z

tis noice

walterl 2020-10-07T20:14:38.028400Z

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.

berkeleytrue 2020-10-07T20:17:03.029300Z

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

walterl 2020-10-07T20:17:37.030100Z

I've "given up" and just stick to basic commands. Still super useful ๐Ÿ™‚

berkeleytrue 2020-10-07T20:18:22.030800Z

I wish it had <c-o>/<c-i> features. I still acidently hit it when trying to back to a specific scroll position

berkeleytrue 2020-10-07T20:21:50.031900Z

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.

2020-10-07T23:37:58.032600Z

vim-iced in Codespaces ๐Ÿคช (with nvim 0.4.4 and babashka nREPL)

๐ŸŽ‰ 5