Mercurial > dotfiles
changeset 833:c7a17b231dd9
feat: make x select backwards when moving the selection anchor
author | zegervdv <zegervdv@me.com> |
---|---|
date | Fri, 12 Jan 2024 07:17:34 +0100 |
parents | 2ec9540e9acb |
children | 0fb5efcdd032 |
files | dot_config/helix/config.toml.tmpl |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/dot_config/helix/config.toml.tmpl Mon Jan 08 08:01:53 2024 +0100 +++ b/dot_config/helix/config.toml.tmpl Fri Jan 12 07:17:34 2024 +0100 @@ -18,11 +18,14 @@ skip-levels = 1 [editor.statusline] -right = ["diagnostics", "version-control", "selections", "register", "position", "file-encoding"] +right = ["diagnostics", "version-control", "selections", "register", "position", "position-percentage"] [keys.insert] C-f = "move_char_right" +[keys.normal] +x = "extend_line" + [keys.normal."space"] o = "file_picker_in_current_buffer_directory"