vim

For discussion on all things (neo)vim.
Aron 2021-05-16T20:55:48.167600Z

https://www.youtube.com/watch?v=PmSPKvlJk74 so I am watching this and trying to see what the keys are in vim sexp

Aron 2021-05-16T20:56:00.167900Z

progressing somewhat 🙂

emilaasa 2021-05-16T21:12:10.168100Z

Looks pretty good, I learned them by :h vim-sexp and reading the source of tpopes remaps: https://github.com/tpope/vim-sexp-mappings-for-regular-people/blob/master/plugin/sexp_mappings_for_regular_people.vim#L30 - and then trying them out. Not the most efficent way to learn for sure..

emilaasa 2021-05-16T21:14:08.168500Z

emilaasa 2021-05-16T21:14:32.168900Z

I thought about just doing a few gifs like those and writing something useful around them

Aron 2021-05-16T21:50:17.169100Z

Yeah, a gif like that explains everything much faster than the docs. I am trying to figure out how to indent multiple lines and nothing works. One difficulty that is a constant block for me is that I am used to symmetric operations, e.g. how <e or >e are symmetric, but that seems not to be the way when it's about indents

Aron 2021-05-16T21:50:37.169300Z

== and -= both just do something that makes no sense to me