From 1d5d0e7a6f758d20079a1e766137e2307d6f8aac Mon Sep 17 00:00:00 2001 From: Nikita Bykov Date: Wed, 6 Aug 2025 00:52:49 +0500 Subject: [PATCH] enabled emacs mode for zsh --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index 86a4e5c..9f5c488 100644 --- a/.zshrc +++ b/.zshrc @@ -12,6 +12,7 @@ HISTSIZE=15000 SAVEHIST=15000 setopt appendhistory +bindkey -e bindkey '^R' history-incremental-search-backward bindkey '^I^I' autosuggest-accept