mirror of
https://github.com/zoriya/flake.git
synced 2025-12-06 06:36:19 +00:00
Add kc
This commit is contained in:
@@ -62,6 +62,7 @@
|
|||||||
ke = "k edit";
|
ke = "k edit";
|
||||||
kl = "k logs";
|
kl = "k logs";
|
||||||
kp = "k patch";
|
kp = "k patch";
|
||||||
|
kc = "k create";
|
||||||
kr = "k rollout";
|
kr = "k rollout";
|
||||||
krr = "k rollout restart";
|
krr = "k rollout restart";
|
||||||
kpf = "k port-forward";
|
kpf = "k port-forward";
|
||||||
|
|||||||
@@ -11,10 +11,10 @@ return {
|
|||||||
"vim-wordmotion",
|
"vim-wordmotion",
|
||||||
keys = {
|
keys = {
|
||||||
-- This overrides the default ge & gw but i never used them.
|
-- This overrides the default ge & gw but i never used them.
|
||||||
{ "gw", "<plug>WordMotion_w", desc = "Next small world", mode = { "n", "x", "o" } },
|
{ "gw", "<plug>WordMotion_w", desc = "Next small world", mode = { "n", "x", "o" } },
|
||||||
{ "ge", "<plug>WordMotion_e", desc = "Next end of small world", mode = { "n", "x", "o" } },
|
{ "ge", "<plug>WordMotion_e", desc = "Next end of small world", mode = { "n", "x", "o" } },
|
||||||
{ "gb", "<plug>WordMotion_b", desc = "Previous small world", mode = { "n", "x", "o" } },
|
{ "gb", "<plug>WordMotion_b", desc = "Previous small world", mode = { "n", "x", "o" } },
|
||||||
{ "igw", "<plug>WordMotion_iw", desc = "inner small word", mode = { "x", "o" } },
|
{ "igw", "<plug>WordMotion_iw", desc = "inner small word", mode = { "x", "o" } },
|
||||||
{ "agw", "<plug>WordMotion_aw", desc = "a small word (with white-space)", mode = { "x", "o" } },
|
{ "agw", "<plug>WordMotion_aw", desc = "a small word (with white-space)", mode = { "x", "o" } },
|
||||||
},
|
},
|
||||||
before = function()
|
before = function()
|
||||||
@@ -28,9 +28,9 @@ return {
|
|||||||
"leap.nvim",
|
"leap.nvim",
|
||||||
keys = {
|
keys = {
|
||||||
{ "s", "<Plug>(leap-forward-till)", mode = { "n", "x", }, desc = "Leap forward to" },
|
{ "s", "<Plug>(leap-forward-till)", mode = { "n", "x", }, desc = "Leap forward to" },
|
||||||
{ "S", "<Plug>(leap-backward)", mode = { "n", "x", }, desc = "Leap backward to" },
|
{ "S", "<Plug>(leap-backward)", mode = { "n", "x", }, desc = "Leap backward to" },
|
||||||
{ "z", "<Plug>(leap-forward-till)", mode = "o", desc = "Leap forward to" },
|
{ "z", "<Plug>(leap-forward-till)", mode = "o", desc = "Leap forward to" },
|
||||||
{ "Z", "<Plug>(leap-backward)", mode = "o", desc = "Leap backward to" },
|
{ "Z", "<Plug>(leap-backward)", mode = "o", desc = "Leap backward to" },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user