Skip to content

Commit

Permalink
add kubectl and better vim mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekmukherg committed Dec 1, 2017
1 parent 6c9451c commit 502048f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions zshrc
Expand Up @@ -44,3 +44,10 @@ fi
zplug load

HISTFILE=$HOME/.zsh/history
bindkey -M vicmd -r 'H'
bindkey -M viins -r '\eh'
bindkey -M vicmd 'K' run-help

if (( $+commands[kubectl] )); then
source <(kubectl completion zsh)
fi

0 comments on commit 502048f

Please sign in to comment.