aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustine Smithies <justine@smithies.me.uk>2024-05-13 19:49:05 +0100
committerJustine Smithies <justine@smithies.me.uk>2024-05-13 19:49:05 +0100
commit0f051cc0ba3aa628c3f250f4ca60d661257e9998 (patch)
tree5510af41417f34293c51967a5453837e3ced4cf6
parent1d20b576d1f5e4d88a670738be70e3bfac0c2e97 (diff)
Editied comment for move line to move line or selection
-rw-r--r--.config/helix/config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/helix/config.toml b/.config/helix/config.toml
index ad170fc..454b1ab 100644
--- a/.config/helix/config.toml
+++ b/.config/helix/config.toml
@@ -36,7 +36,7 @@ display-messages = true
display-inlay-hints = true
[keys.normal]
-# Move line up/down
+# Move line or selection up/down
A-k = [
"extend_to_line_bounds",
"delete_selection",