history panel? or show executed command #5780
Unanswered
goyalyashpal
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
summary of problem
Being new to helix, sometimes i press some new key accidently and it does some action. I am left wondering what happened.
sometimes i don't even know what key got pressed...
and no, the command panel doesn't help always either...
annecdotes
.
(dot) or<C-j>
is not easily found in the command panel....?
works, but can't be found in command paletter. why? as it is equivalent toz ?
somehow?<S-,>
does'was experimenting with multiselections and search:
:tutor
<ret>
158gg
v15j
s
you
<ret>
S-,
(open helix tutor, go down to 158 line, visually select 15 lines below > search for you > press shift comma)
seems shift comma removed indents from those lines, but i am not sure.
I searched in keymap and couldn't find anything for "shift-,"
i even tried searching for "," and manually eyeballing for shift, still no go
oh wait, S-, is < 🤦 which does unindent selection
suggestion
It would be nice to be able to see some sort of:
Beta Was this translation helpful? Give feedback.
All reactions