mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
fix: zsh history substring search
This commit is contained in:
parent
c47ad454a0
commit
6fbc165cab
2 changed files with 10 additions and 2 deletions
|
|
@ -45,7 +45,11 @@
|
|||
save = 10000;
|
||||
size = 10000;
|
||||
};
|
||||
historySubstringSearch.enable = true;
|
||||
historySubstringSearch = {
|
||||
enable = true;
|
||||
searchDownKey = "^[OB";
|
||||
searchUpKey = "^[OA";
|
||||
};
|
||||
plugins = [
|
||||
{
|
||||
name = "fzf-tab";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue