Maximilian Bosch
bd4b70b075
fzf-zsh: init at unstable-2019-09-09
Simple `fzf` wrapper which provides a way nicer interface for ZSH's
<C-r> search. When using oh-my-zsh it can be enabled like this:
``` nix
{ pkgs, ... }: {
programs.zsh = {
enable = true;
ohMyZsh = {
enable = true;
customPkgs = [ pkgs.fzf-zsh ];
plugins = [ "fzf-zsh" ];
};
};
}
```
2019-10-28 21:55:34 +01:00
..
2019-10-28 16:57:51 +01:00
2019-10-28 06:30:19 +00:00
2019-10-28 21:30:30 +01:00
2019-10-26 13:55:05 -07:00
2019-10-28 18:30:32 +01:00
2019-10-28 21:30:30 +01:00
2019-10-28 14:16:17 +01:00
2019-10-28 21:55:34 +01:00
2019-10-28 21:30:30 +01:00
2019-10-28 21:55:34 +01:00