Horje
reverse search command mac Code Example
reverse search command 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
how to extract key and cert from pfx Code Example how to extract key and cert from pfx Code Example
remove metadata ubuntu Code Example remove metadata ubuntu Code Example
man command not found arch Code Example man command not found arch Code Example
how to list running processes in ubuntu Code Example how to list running processes in ubuntu Code Example
npm install dev dependencies only Code Example npm install dev dependencies only Code Example

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