zsh vim-like keybindings for navigating history

This commit is contained in:
2025-07-30 23:54:15 +05:00
parent 39d1956216
commit bf3225a165

3
.zshrc
View File

@ -15,6 +15,9 @@ setopt appendhistory
bindkey '^R' history-incremental-search-backward
bindkey '^I^I' autosuggest-accept
bindkey '^k' up-line-or-history
bindkey '^j' down-line-or-history
alias v="nvim"
alias ta='tmux at || tmux'
alias ls="ls --color"