c9s / vikube.vim

Operating Kubernetes Cluster from Vim, in Vim
197 stars 15 forks source link

mapping.vim suggestion #1

Open doggy8088 opened 6 years ago

doggy8088 commented 6 years ago

In the kubectl Cheat Sheet page, there are various Abbreviated alias for each Resource type. It will be better to assign nmap to match the abbreviated alias.

For example: nmap <leader>ksv :VikubeServiceList<CR> I suggest using nmap <leader>ksvc :VikubeServiceList<CR> instead.

Thanks!

c9s commented 6 years ago

we can do it :)