From d77b6ee62129ef75442bf56662d04968fd13d497 Mon Sep 17 00:00:00 2001 From: Nikita Bykov Date: Sun, 16 Mar 2025 20:58:58 +0500 Subject: [PATCH] some bindings for zsh --- .zshrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.zshrc b/.zshrc index 7bf553e..ad858e3 100644 --- a/.zshrc +++ b/.zshrc @@ -12,6 +12,9 @@ HISTSIZE=15000 SAVEHIST=15000 setopt appendhistory +bindkey '^R' history-incremental-search-backward +bindkey '^I^I' autosuggest-accept + alias v="nvim" alias ls="ls --color" alias acpoet='source $( poetry env list --full-path | grep Activated | cut -d" " -f1 )/bin/activate' @@ -61,3 +64,4 @@ zinit load zsh-users/zsh-autosuggestions # To customize prompt, run `p10k configure` or edit ~/.p10k.zsh. [[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh +