Works really good, the support for vim-repeat
thank you Oliver!
Great time saver, being able to eval an expression, go to another expression and just type in .
Does it work with all Conjure bindings, or only a select few?
(I love that it also works with ,ece
and variants thereof)
All! At least it should
I wasn't sure if I should make it do the same action on the same form (even if you move your cursor off of it) or not. But I realised that'll be nowhere near as useful, kinda confusing and really hard to implement. So I went with "repeat previous mapping at new location"
nope, the later is best!
fantastic!
Oh, that is real cool. Great add!
Thank David for the idea and raising the issue with examples on how it works 😊
It's on develop at the moment, will probably tag tomorrow
Yeah I'm already using it. haha
I like the develop channel. Wow are there so many options though when I lazily try to autocomplete on :Conjure...
I gotta start upping my Conjure fu to take advantage of all this
Yeaaaah, since I made commands for every mapping, there's a lot now. So you can add conjure stuff into your own mappings and code now, but it's a command soup
this plugin Plug 'liuchengxu/vim-which-key'
really helps me
I type ,
then up pops suggestions and it'll change as I type
so I can easily see what ,tn
is for example by typing ,
then t
then n
🙂
You may find it useful too @chase-lambert
I have thought about adding that ever since my ole emacs days. Is it going to automatically know what that plugin command maps too or did you have to manually set these things?
nope, it figures it out 🙂
Ahh ok, that changes things then. I just assumed Spacemacs folks had done that work for me. I'll give it a shot. Thanks!