fast command mode, spellings

This commit is contained in:
RingOfStorms (Joshua Bell) 2023-06-29 00:09:55 -05:00
parent e39ddd896c
commit 57411d6774
2 changed files with 2 additions and 1 deletions

View file

@ -1 +1 @@
{"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":[]}
{"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","langchain","openai","getattr","llms","docstore","kwargs","svgr","healthcheck","venv","virtualenv","ringofstorms","nestjs"],"version":"0.2","flagWords":[],"language":"en"}

View file

@ -7,6 +7,7 @@ end
return {
n = {
[";"] = { ":", desc = "Fast ;command mode"},
["<leader>a"] = {"ggVG"},
["<C-d>"] = { "<C-d>zz", desc = "Vertical half page down and center cursor" },
["<C-u>"] = { "<C-u>zz", desc = "Vertical half page up and center cursor" },