View minor modes seem inconsistent and illogical #4755
Unanswered
David-Else
asked this question in
General
Replies: 1 comment
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.
-
When entering view mode we have the following options:

c, z, t, b, m, up, k, down, j
all make sense, first you enter view mode, then select them to perform the action.pageup, C-b, pagedown, C-f
should not be there, these are available in normal mode and not specific for view mode. You can use them in view mode, but there is zero point in doing so. They do belong in sticky view mode.backspace, C-u, space, C-d
make sense again, these are for the view mode./, ?, n, N
are all normal mode actions and should not be here, or is there a use I am not understanding? When we look at the documentation https://docs.helix-editor.com/master/keymap.html#view-mode this idea is confirmed by not including/, ?, n, N
as part of view mode BUT they are including in the UI?Beta Was this translation helpful? Give feedback.
All reactions