From adcfcf904445336340944bce3f699bb6365ebf2b Mon Sep 17 00:00:00 2001 From: notoria Date: Fri, 4 Jun 2021 09:34:08 +0200 Subject: Replace ^/$ with gh/gl --- helix-term/src/commands.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'helix-term/src/commands.rs') diff --git a/helix-term/src/commands.rs b/helix-term/src/commands.rs index c5493cd2..796493ea 100644 --- a/helix-term/src/commands.rs +++ b/helix-term/src/commands.rs @@ -1269,6 +1269,8 @@ pub fn goto_mode(cx: &mut Context) { match ch { 'g' => move_file_start(cx), 'e' => move_file_end(cx), + 'h' => move_line_start(cx), + 'l' => move_line_end(cx), 'd' => goto_definition(cx), 'y' => goto_type_definition(cx), 'r' => goto_reference(cx), -- cgit v1.2.3-70-g09d2