Skip to content

Commit

Permalink
chore: add yaml keymap to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramilito committed Nov 13, 2024
1 parent 3ec0ced commit b4d11d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ vim.api.nvim_create_autocmd("FileType", {
k("n", "<Plug>(kubectl.sort)", "gs", opts) -- Sort by column
k("n", "<Plug>(kubectl.delete)", "gD", opts) -- Delete resource
k("n", "<Plug>(kubectl.describe)", "gd", opts) -- Describe resource
k("n", "<Plug>(kubectl.yaml)", "gy", opts) -- View yaml
k("n", "<Plug>(kubectl.edit)", "ge", opts) -- Edit resource
k("n", "<Plug>(kubectl.filter_label)", "<C-l>", opts) -- Filter labels
k("n", "<Plug>(kubectl.go_up)", "<BS>", opts) -- Go back to previous view
Expand Down

0 comments on commit b4d11d7

Please sign in to comment.