aboutsummaryrefslogtreecommitdiff
path: root/helix.toml
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2023-12-28 00:13:32 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2023-12-28 00:13:32 +0100
commitdf266469e0fba4164b6b069bcd495e9a23d4f5d3 (patch)
tree138df2922a19d8d2abfa92b59b95a9534d3015f3 /helix.toml
parent1096b567b5381c60a66f556780476e499aa4ce32 (diff)
downloaddotfiles-df266469e0fba4164b6b069bcd495e9a23d4f5d3.tar.gz
Added D to delete to the end of the line
Diffstat (limited to 'helix.toml')
-rw-r--r--helix.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/helix.toml b/helix.toml
index e22970d..2523219 100644
--- a/helix.toml
+++ b/helix.toml
@@ -8,6 +8,7 @@ scrolloff = 10
8idle-timeout = 1000 8idle-timeout = 1000
9mouse = false 9mouse = false
10middle-click-paste = true 10middle-click-paste = true
11rulers = [80, 120]
11 12
12[editor.cursor-shape] 13[editor.cursor-shape]
13insert = "bar" 14insert = "bar"
@@ -21,6 +22,7 @@ auto-signature-help = false
21"esc" = [ "collapse_selection", "keep_primary_selection" ] 22"esc" = [ "collapse_selection", "keep_primary_selection" ]
22"{" = [ "goto_prev_paragraph" ] 23"{" = [ "goto_prev_paragraph" ]
23"}" = [ "goto_next_paragraph" ] 24"}" = [ "goto_next_paragraph" ]
25"D" = ["ensure_selections_forward", "extend_to_line_end", "delete_selection"]
24 26
25[keys.select] 27[keys.select]
26"{" = [ "goto_prev_paragraph" ] 28"{" = [ "goto_prev_paragraph" ]