Small tweaks.

This commit is contained in:
2026-05-01 09:12:09 +02:00
parent 4057e12c20
commit 24a6970958
4 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ skip-levels = 1
[keys.normal]
ret = "goto_word"
X = "extend_line_above"
D = ["goto_line_start", "extend_to_line_end", "yank", "goto_line_start", "kill_to_line_end"]
D = ["extend_to_line_end", "yank", "delete_selection"]
Y = ["goto_line_start", "extend_to_line_end_newline", "yank", "goto_line_start"]
esc = [ "collapse_selection", "keep_primary_selection" ]