Skip to content

qoomon/zsh-history-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

zsh-history-search

Features

  • Search for History Commands
    • CTRL + R (_history_search_widget)
  • Search or Complete History Arguments
    • CTRL + SPACE (_history_search_argument_widget)

Install

Requirements

Install This Plugin

zgem bundle 'https://github.com/qoomon/zsh-history-search.git' from:'git' use:'zsh-history-search.zsh'

zplug qoomon/zsh-history-search

zgen load qoomon/zsh-history-search
zgen save
antigen bundle qoomon/zsh-history-search
antigen apply
git clone https://github.com/zsh-history-search/zjump $ZSH_CUSTOM/plugins/zsh-history-search
plugins+=(k)

zplug "qoomon/zsh-history-search"

manually
git clone https://github.com/qoomon/zsh-history-search.git
source zsh-history-search/zsh-history-search.zsh

Configuration

  • HISTORY_ARGUMENT_SEARCH_LIMIT=1000
    • Adjust how many history commands should be considered for argument search