updates
This commit is contained in:
parent
5fe1f8ef69
commit
e39ddd896c
2 changed files with 4 additions and 1 deletions
|
@ -7,6 +7,7 @@ end
|
|||
|
||||
return {
|
||||
n = {
|
||||
["<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" },
|
||||
["<leader>gf"] = { ":OpenInGHFile <CR>", desc = "Open in github" },
|
||||
|
@ -71,6 +72,8 @@ return {
|
|||
["<leader>,cp"] = { ":CamelB<CR>", desc = "To Pascal Case" },
|
||||
["<leader>,ck"] = { ":Kebab<CR>", desc = "To Kebab Case" },
|
||||
["<leader>,ce"] = { ":Screm<CR>", desc = "To Screm Case" },
|
||||
["<C-R>"] = { '"hy:%s/<C-r>h//gc<left><left><left>', desc = "Replace current selection with confirmations" },
|
||||
["<C-r>"] = { '"hy:%s/<C-r>h//g<left><left>', desc = "Replace current selection", },
|
||||
},
|
||||
x = {
|
||||
["∆"] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue