enabled emacs mode for zsh

This commit is contained in:
2025-08-06 00:52:49 +05:00
parent 01adfc34b7
commit 1d5d0e7a6f

1
.zshrc
View File

@ -12,6 +12,7 @@ HISTSIZE=15000
SAVEHIST=15000 SAVEHIST=15000
setopt appendhistory setopt appendhistory
bindkey -e
bindkey '^R' history-incremental-search-backward bindkey '^R' history-incremental-search-backward
bindkey '^I^I' autosuggest-accept bindkey '^I^I' autosuggest-accept