diff --git a/shells/zsh/includes/keybindings.zsh b/shells/zsh/includes/keybindings.zsh index bee2ee7d..91b33d3a 100644 --- a/shells/zsh/includes/keybindings.zsh +++ b/shells/zsh/includes/keybindings.zsh @@ -121,7 +121,7 @@ bindkey '\em' make_current_word_directory swap_command(){ # Each group should be seperated by a colon with each item in a group # seperated by a space - local groups="cd vim ls:ping mtr" + local groups="cd vim ls:ping mtr:mysql mycli postgres pgcli:du:ncdu" local tokens=(${(z)LBUFFER}) local cmd="${tokens[1]}" local newindex=0