[navigation] Cursor to top/bottom of current view #7274
-
I'm coming from vim keybindings, where I often use H and L to jump to the top/bottom of the current view (there is also M for middle). It is so far the most effective way I've found of navigating vertically I've found, or at least, one that works for me. When I know I need to edit something that is just off the top/bottom of the view, I don't like to have to think of something to search for with After searching through the keymaps and the command palette, I've not found anything that emulates this kind of motion in Helix. Is there a direct equivalent I haven't found? Or does Helix have other mechanisms for vertical navigation I'm not aware of? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I believe you're looking for |
Beta Was this translation helpful? Give feedback.
I believe you're looking for
gt
"goto top",gb
"goto bottom" andgc
"goto center" https://docs.helix-editor.com/master/keymap.html#goto-mode