fix: disable shared shell history
There is some bug preventing the fzf history selection from the widget to be pasted.
This commit is contained in:
parent
bd89f8498e
commit
71de974847
1 changed files with 3 additions and 1 deletions
|
@ -26,7 +26,9 @@ in
|
||||||
ignoreDups = true;
|
ignoreDups = true;
|
||||||
ignoreSpace = true;
|
ignoreSpace = true;
|
||||||
save = 100000;
|
save = 100000;
|
||||||
share = true;
|
# FIXME https://github.com/junegunn/fzf/issues/4061
|
||||||
|
#share = true;
|
||||||
|
share = false;
|
||||||
};
|
};
|
||||||
plugins = [
|
plugins = [
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue