From e39ddd896c6d9c41bf19329b06fd430f376ec886 Mon Sep 17 00:00:00 2001 From: "RingOfStorms (Joshua Bell)" Date: Thu, 8 Jun 2023 16:43:13 -0500 Subject: [PATCH] updates --- cspell.json | 2 +- mappings.lua | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/cspell.json b/cspell.json index 6d983e0..54d9867 100644 --- a/cspell.json +++ b/cspell.json @@ -1 +1 @@ -{"version":"0.2","words":["nvim","builtins","stylua","rustfmt","pendo","tanstack","ripgrep","Typeahead","overscan","autorun","mediatype","BIOINF","Transitioner","pkce","ilike","arrayify","arrayified","komodo","wezterm","gcloud","pbpaste","Hasher"],"flagWords":[],"language":"en"} +{"words":["nvim","builtins","stylua","rustfmt","pendo","tanstack","ripgrep","Typeahead","overscan","autorun","mediatype","BIOINF","Transitioner","pkce","ilike","arrayify","arrayified","komodo","wezterm","gcloud","pbpaste","Hasher","semvers","upserted","dtos","Yeatts","Mahon","Beaubier","Taussing","chakra"],"version":"0.2","language":"en","flagWords":[]} diff --git a/mappings.lua b/mappings.lua index 270c4d7..9ff10bf 100644 --- a/mappings.lua +++ b/mappings.lua @@ -7,6 +7,7 @@ end return { n = { + ["a"] = {"ggVG"}, [""] = { "zz", desc = "Vertical half page down and center cursor" }, [""] = { "zz", desc = "Vertical half page up and center cursor" }, ["gf"] = { ":OpenInGHFile ", desc = "Open in github" }, @@ -71,6 +72,8 @@ return { [",cp"] = { ":CamelB", desc = "To Pascal Case" }, [",ck"] = { ":Kebab", desc = "To Kebab Case" }, [",ce"] = { ":Screm", desc = "To Screm Case" }, + [""] = { '"hy:%s/h//gc', desc = "Replace current selection with confirmations" }, + [""] = { '"hy:%s/h//g', desc = "Replace current selection", }, }, x = { ["∆"] = {