From 158b0befb31710dada8b1aa5c7e1ac02694a50a8 Mon Sep 17 00:00:00 2001 From: Jonathan Hodgson Date: Tue, 7 Sep 2021 17:07:25 +0100 Subject: [PATCH] Adds some more options to the change command function --- shells/zsh/includes/keybindings.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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