diff --git a/.zshrc b/.zshrc index 6abd50f..86a4e5c 100644 --- a/.zshrc +++ b/.zshrc @@ -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"