helix-editor / helix

A post-modern modal text editor.
https://helix-editor.com
Mozilla Public License 2.0
31.15k stars 2.3k forks source link

Allow remapping of dot #11054

Closed ellbur closed 4 days ago

ellbur commented 4 days ago

Currently, with this in config.toml:

[keys.normal]
"." = "move_char_left"

the . key continues to have its default function (repeat last insert).

It would be nice to allow it to be remapped.

the-mikedavis commented 4 days ago

Duplicate of https://github.com/helix-editor/helix/issues/1488. Currently . has special handling so it can't be remapped but it should be refactored as a regular command (which that issue covers)