From b80a4254b735bcfba3491d39e4dbd43ed18f8e99 Mon Sep 17 00:00:00 2001 From: romkatv Date: Wed, 25 Mar 2020 11:08:23 +0100 Subject: [PATCH] disable vi_mode if prompt_char is enabled; see #584 --- config/p10k-classic.zsh | 2 +- config/p10k-rainbow.zsh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/p10k-classic.zsh b/config/p10k-classic.zsh index a923b4be..635e0126 100644 --- a/config/p10k-classic.zsh +++ b/config/p10k-classic.zsh @@ -81,7 +81,7 @@ vim_shell # vim shell indicator (:sh) midnight_commander # midnight commander shell (https://midnight-commander.org/) nix_shell # nix shell (https://nixos.org/nixos/nix-pills/developing-with-nix-shell.html) - vi_mode # vi mode (you don't need this if you've enabled prompt_char) + # vi_mode # vi mode (you don't need this if you've enabled prompt_char) # vpn_ip # virtual private network indicator # load # CPU load # disk_usage # disk usage diff --git a/config/p10k-rainbow.zsh b/config/p10k-rainbow.zsh index fa3a7e88..068333f5 100644 --- a/config/p10k-rainbow.zsh +++ b/config/p10k-rainbow.zsh @@ -81,7 +81,7 @@ vim_shell # vim shell indicator (:sh) midnight_commander # midnight commander shell (https://midnight-commander.org/) nix_shell # nix shell (https://nixos.org/nixos/nix-pills/developing-with-nix-shell.html) - vi_mode # vi mode (you don't need this if you've enabled prompt_char) + # vi_mode # vi mode (you don't need this if you've enabled prompt_char) # vpn_ip # virtual private network indicator # load # CPU load # disk_usage # disk usage