Evgeny Petrovskiy
Evgeny Petrovskiy
Hmm.. I have Cmd+backspace for delete last word on Mac Anyway, to add option+backspace as delete-last-word I would add the following into .config/lite-xl/init.lua: ``` keymap.add_direct { ['alt+backspace']="doc:delete-to-previous-word-start" } ```
well, not so much a client, more of a wrapper i like lazygit btw, maybe do that - either a wrapper or a copy
OK, it is possible and quite OK, but you cannot maintain different saved cursor positions in different views of the same doc
ok, they actually did it in 2.1! kind of? I haven't seen the details yet, only utilized the consequence (well.. I fixed vibe not being able to channel clicks properly...
Thanks for the suggestions) frankly I’m pretty sure my coding style and architecture are way too bad for anyone to follow and contribute
> I want to re-distribute a fork of this plugin but I'm not sure if I'm legally allowed to, because there isn't a license. Could you add a license please?...
Maybe make a simpler set of functions Make an easy enough tutorial And then make command to make commands? Create commands as separate files, import them on the fly (also...
Ok, kinda works [now](https://github.com/eugenpt/lite-xl-vibe/commit/e0c67e6fea3349e62229d57d00d5b5bf0953e6b4 "+ registers! + fix macros +started on better vim's delete-as-cut") for vim-style macros as simply sequences of strokes (including, to some degree, input to command view)...
And what about lisp interpreter? That could be fun
But seriously. What about plugins in _any_ language? This already is lua, with basically the speed of C and flexibility of JS, why not take this to the next level?