Replies: 3 comments 3 replies
-
for q3 i would suggest customizing the keymap to have a key for |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Feel free to close this, it is not relevant for me anymore at least. Helix looks promising and there are a lot of things that i love about it (batteries included, little configuration, fast, simple) but the kak philosophy doesnt sit well with me and even then there are too many awkward design decisions with the various motions for me to work around. Can't teach an old dog to sit i guess 😺 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey. New to helix, coming from many years of vim. I have three questions:
Q1
I'm wondering if its possible to select multiple paragraph using match mode (e.g.
map
)In vim this is possible with e.g.
vap
to enter visual mode and select around paragraph, and then simply doing anotherap
so it becomesvapap
. Obviously, if you know beforehand how many paragraphs you are going to select, you can also do something like2vap
In helix however
mapap
selects the paragraph, then enters insert (from append viaa
) and enters the letter "p"Q2
Is it possible to delete something without selecting first? I know this is kind of against kak and hx principles, but i miss vims e.g. delete in paragraph via
dap
instead of having tomapd
.Q3
Is it possible to make
xc
behave in a sane way like vimscc
? I have no idea who thought it'd be a good idea forxc
to also delete the newline character, but i'd challenge him to a fist fight lol. IMO that effectively makesxc
superflous, whether it is consistent or not. Right now i'm doingxdO
to work around this flaw, but it is a real pain point for me which i doubt i will ever get used to.xc
, apart from deleting the line i wanted to modify, also doesn't put me at the right indentation, making it even less useful.I like helix. It is very convenient, fast and modern with built-in themes, easy configuration, built-in LSP support, fuzzy file finder etc. which you would expect from a modern editor but i am not sure i like the motion-first concept. It's good when you're new and learning, but when i know what i want to do i feel the the motion-first approach is just a hinderance. I want to say e.g.
ciw
notmiwc
all the time. I know what im doing. I think i can get used to most of it, but my above questions are real pain points for me, hence why i'm asking you guys for help!I don't mean to offend anyone, i'm a bit frustrated and looking for some advice. Thanks.
Beta Was this translation helpful? Give feedback.
All reactions