diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 15a59d4..1aed686 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -17,9 +17,12 @@ bind l select-pane -R # Set tmux mode to vi (default is emac) set-window-option -g mode-keys vi +set-option -g renumber-windows on + # List of plugins set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-sensible' # Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) run '~/.dotfiles/tmux/plugins/tpm/tpm' + diff --git a/zsh/config.d/solo.zsh b/zsh/config.d/solo.zsh index 02dcaf3..824696f 100644 --- a/zsh/config.d/solo.zsh +++ b/zsh/config.d/solo.zsh @@ -20,4 +20,8 @@ alias cdea='cd $HOME/src/github.com/solo-io/ext-auth-service' alias nvea='nvim $HOME/src/github.com/solo-io/ext-auth-service/README.md' alias cdrl='cd $HOME/src/github.com/solo-io/rate-limiter' alias nvrl='nvim $HOME/src/github.com/solo-io/rate-limiter/README.md' +alias cdeg='cd $HOME/src/github.com/solo-io/envoy-gloo' +alias nveg='nvim $HOME/src/github.com/solo-io/envoy-gloo/README.md' +alias cdee='cd $HOME/src/github.com/solo-io/envoy-gloo-ee' +alias nvee='nvim $HOME/src/github.com/solo-io/envoy-gloo-ee/README.md'