From e6e4ab9ef993af3240c250b983ff9ad456ae559a Mon Sep 17 00:00:00 2001 From: Wilfried OLLIVIER Date: Sun, 25 Jun 2023 22:42:46 +0200 Subject: [PATCH] Update selection shortcuts --- config.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 71fab65..cf6e7c6 100644 --- a/config.toml +++ b/config.toml @@ -19,6 +19,11 @@ left = ["mode", "spacer", "spinner", "spacer", "version-control"] center = ['file-name'] [keys.normal] -X = "extend_line_above" D = "delete_char_backward" +X = ["extend_line_up", "extend_to_line_bounds"] +A-x = "extend_to_line_bounds" + +[keys.select] +X = ["extend_line_up", "extend_to_line_bounds"] +A-x = "extend_to_line_bounds"