-
Hey there 👋 first of all great work. I loke using FZF 👍 But now I have to move over to a new Mac and don't want to loose my history. I'm using ZSH on macOS and have the My question now is: Where does I could not find anything regarding that topic. Thanks in advance :) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
fzf is a filter program, it doesn't have a database. For zsh, CTRL-R binding runs Line 100 in 6be855b |
Beta Was this translation helpful? Give feedback.
fzf is a filter program, it doesn't have a database. For zsh, CTRL-R binding runs
fc -rl 1
to get the command history. So make sure that it works as expected on the new machine.fzf/shell/key-bindings.zsh
Line 100 in 6be855b