Feed all zsh history into fzf (not only most recent)
This commit is contained in:
parent
1c94fef720
commit
2c0dc2f3b1
2
install
2
install
@ -150,7 +150,7 @@ bindkey '\ec' fzf-cd-widget
|
|||||||
|
|
||||||
# CTRL-R - Paste the selected command from history into the command line
|
# CTRL-R - Paste the selected command from history into the command line
|
||||||
fzf-history-widget() {
|
fzf-history-widget() {
|
||||||
LBUFFER=$(history | fzf +s | sed "s/ *[0-9]* *//")
|
LBUFFER=$(history -$HISTSIZE | fzf +s | sed "s/ *[0-9]* *//")
|
||||||
zle redisplay
|
zle redisplay
|
||||||
}
|
}
|
||||||
zle -N fzf-history-widget
|
zle -N fzf-history-widget
|
||||||
|
Loading…
x
Reference in New Issue
Block a user