From 2088c45075875cd069a2c403ee76028146487bb0 Mon Sep 17 00:00:00 2001 From: Blaž Hrastnik Date: Mon, 1 Mar 2021 14:41:02 +0900 Subject: commands: Implement X as extend line. --- helix-term/src/keymap.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helix-term/src/keymap.rs') diff --git a/helix-term/src/keymap.rs b/helix-term/src/keymap.rs index 24c5eee8..395ddd9a 100644 --- a/helix-term/src/keymap.rs +++ b/helix-term/src/keymap.rs @@ -177,7 +177,7 @@ pub fn default() -> Keymaps { alt!(';') => commands::flip_selections, key!('%') => commands::select_all, key!('x') => commands::select_line, - // key!('X') => commands::extend_line, + shift!('X') => commands::extend_line, // or select mode X? // extend_to_whole_line, crop_to_whole_line -- cgit v1.2.3-70-g09d2