Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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
Comment

PREVIOUS NEXT
Code Example
Shell :: which zsh theme im using 
Shell :: How To Switch Branch On GIT 
Shell :: delete all merged branches 
Shell :: remove a directory 
Shell :: how to install spotify in linux 
Shell :: composer uninstall dev require 
Shell :: git global name & email 
Shell :: rm -rf 
Shell :: using tar 
Shell :: 15 second rubber ducky password 
Shell :: shell strip quotes 
Shell :: timestamp zsh terminal 
Shell :: linux login to github via git 
Shell :: copy from master to branch 
Shell :: push new branch to remote 
Shell :: push project to new branch git 
Shell :: git change user of last commit 
Shell :: delete logs older than 7 days linux 
Shell :: installing docker on amazon linux 
Shell :: ssh login windows 
Shell :: untrack folder git 
Shell :: linux create directory with permissions 
Shell :: kubectl top pod 
Shell :: how to start apache/2.4.6 linux 
Shell :: gitaarles amsterdam 
Shell :: bash go to folder 
Shell :: shell command read first lines 
Shell :: how to run .sh file in background linux 
Shell :: # Check failed: allocator-SetPermissions(reinterpret_cast<void*(region.begin()), region.size(), PageAllocator::kNoAccess). 
Shell :: error: unknown command "neat" for "kubectl" 
ADD CONTENT
Topic
Content
Source link
Name
6+5 =