dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 593bc791e6921a7a5038aed8378628984f68db66
parent cf2257de868f11c526342609292b7d6ce54d60b3
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Tue,  2 Aug 2022 20:31:29 +0200

helix: select mode mappings

Diffstat:
Mhelix/config.toml | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/helix/config.toml b/helix/config.toml @@ -5,3 +5,9 @@ theme = "everforest_light" "$" = "goto_line_end" ";" = "command_mode" ":" = "collapse_selection" + +[keys.select] +0 = "goto_line_start" +"$" = "goto_line_end" +";" = "command_mode" +":" = "collapse_selection"