diff --git a/helix/config.toml b/helix/config.toml index 324882a..583dfd4 100644 --- a/helix/config.toml +++ b/helix/config.toml @@ -119,7 +119,19 @@ tabpad = "‒" "b" = ":noop %sh{printf '%%s' $(basename '%{buffer_name}') | cbcopy}" [keys.normal.space] -'*' = [":set-register / %sh{coil fuzzy %{selection}}", "global_search"] +"*" = [":set-register / %sh{coil fuzzy %{selection}}", "global_search"] [keys.select.space] -'*' = [":set-register / %sh{coil fuzzy %{selection}}", "global_search"] +"*" = [":set-register / %sh{coil fuzzy %{selection}}", "global_search"] + +[keys.normal."["] +"F" = "@maf;" + +[keys.select."["] +"F" = "@maf" + +[keys.normal."]"] +"F" = "@maf;" + +[keys.select."]"] +"F" = "@maf"