" Snippets "--------- " Basic programming files nnoremap ,sh :-1read $DOTS/shell/templates/skeleton.shGdd03kC nnoremap ,py :-1read $DOTS/shell/templates/skeleton.pyGdd08kC " Kubernetes nnoremap ,cm :-1read $DOTS/shell/templates/configmap.yamlGdd0gg nnoremap ,sec :-1read $DOTS/shell/templates/secret.yamlGdd0gg nnoremap ,dep :-1read $DOTS/shell/templates/deployment.yamlGdd0gg nnoremap ,svc :-1read $DOTS/shell/templates/service.yamlGdd0gg nnoremap ,cro :-1read $DOTS/shell/templates/clusterrole.yamlGdd0gg nnoremap ,crb :-1read $DOTS/shell/templates/clusterrolebinding.yamlGdd0gg nnoremap ,ro :-1read $DOTS/shell/templates/role.yamlGdd0gg nnoremap ,rb :-1read $DOTS/shell/templates/rolebinding.yamlGdd0gg nnoremap ,sa :-1read $DOTS/shell/templates/serviceaccount.yamlGdd0gg