Skip to content

Commit

Permalink
Adding shotcuts to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
relferreira committed Sep 25, 2020
1 parent ebdb997 commit 8f2f0fa
Showing 1 changed file with 19 additions and 6 deletions.
25 changes: 19 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,25 @@ kubectl apply -f deploy-in-cluster.yaml -n <NAMESPACE>

## Shortcuts

| Keys | Shortcut |
| --------------- | --------------- |
| cmd + k | Global Search |
| cmd + shift + k | Command Pallete |
| cmd + shift + y | Command History |
| cmd + shift + f | Table Search |
| Keys | Shortcut |
| --------------- | ------------------ |
| cmd + k | Global Search |
| cmd + shift + k | Command Pallete |
| cmd + shift + y | Command History |
| cmd + shift + f | Table Search |
| g + n | Namespace Selector |
| g + s | Go to services |
| g + d | Go to deployments |
| g + j | Go to jobs |
| g + c | Go to cronjobs |
| g + t | Go to statefulsets |
| g + h | Go to hpa |
| g + v | Go to pvc |
| g + p | Go to pods |
| g + i | Go to ingress |
| g + m | Go to configmaps |
| g + r | Go to secrets |
| g + f | Go to port-forward |

## Development

Expand Down

0 comments on commit 8f2f0fa

Please sign in to comment.