From 1b0d0597b09d02b529e7076e9e75309ae7bcc879 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Pankowski?= Date: Tue, 13 May 2025 22:58:00 +0200 Subject: [PATCH] zsh: change escape bind key --- shell/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/.zshrc b/shell/.zshrc index 611de52..48f1f3f 100644 --- a/shell/.zshrc +++ b/shell/.zshrc @@ -28,7 +28,7 @@ else setopt autocd fi -ZVM_VI_INSERT_ESCAPE_BINDKEY=jj +ZVM_VI_INSERT_ESCAPE_BINDKEY=';;' ZSH_HIGHLIGHT_STYLES[comment]=fg=blue HISTORY_SUBSTRING_SEARCH_HIGHLIGHT_FOUND=bg=magenta,fg=black,bold HISTORY_SUBSTRING_SEARCH_HIGHLIGHT_NOT_FOUND=bg=red,fg=black,bold