Horje
history-search-backward zsh mac Code Example
history-search-backward zsh mac
Add to ~/.zshrc:

autoload -U up-line-or-beginning-search
autoload -U down-line-or-beginning-search
zle -N up-line-or-beginning-search
zle -N down-line-or-beginning-search
bindkey "^[[A" up-line-or-beginning-search # Up
bindkey "^[[B" down-line-or-beginning-search # Down




Shell

Related
linux check line exist in file Code Example linux check line exist in file Code Example
pip's dependency resolver does not currently take into account all the packages that are installed Code Example pip's dependency resolver does not currently take into account all the packages that are installed Code Example
add webhook to all github repos Code Example add webhook to all github repos Code Example
tail log of spring boot service (linux) Code Example tail log of spring boot service (linux) Code Example
bash conditional sum Code Example bash conditional sum Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
12