diff options
-rw-r--r-- | config.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.toml b/config.toml index ebf3184..a6ce338 100644 --- a/config.toml +++ b/config.toml @@ -29,3 +29,6 @@ render = true [editor.smart-tab]
enable = false
+
+[keys.normal]
+"S-d" = "kill_to_line_end"
|