some bindings for zsh

This commit is contained in:
2025-03-16 20:58:58 +05:00
parent 06fb789f76
commit d77b6ee621

4
.zshrc
View File

@ -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