Replace zsh-history-substring-search with fzf
Replace the zsh-history-substring-search plugin with fzf by adding a function that starts the fzf-history-widget when pressing <Up> with a nonempty BUFFER. The widget then uses the buffer automatically as query for fzf.
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -40,9 +40,6 @@
|
||||
[submodule ".config/zsh/plugins/zsh-autosuggestions"]
|
||||
path = .config/zsh/plugins/zsh-autosuggestions
|
||||
url = https://github.com/zsh-users/zsh-autosuggestions
|
||||
[submodule ".config/zsh/plugins/zsh-history-substring-search"]
|
||||
path = .config/zsh/plugins/zsh-history-substring-search
|
||||
url = https://github.com/zsh-users/zsh-history-substring-search
|
||||
[submodule ".config/zsh/plugins/zsh-syntax-highlighting"]
|
||||
path = .config/zsh/plugins/zsh-syntax-highlighting
|
||||
url = https://github.com/zsh-users/zsh-syntax-highlighting.git
|
||||
|
||||
Reference in New Issue
Block a user