mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2025-01-25 16:18:27 +00:00
parent
888fd35689
commit
6e9452b06e
@ -26,6 +26,7 @@ Table of Contents
|
|||||||
* [Using Homebrew or Linuxbrew](#using-homebrew-or-linuxbrew)
|
* [Using Homebrew or Linuxbrew](#using-homebrew-or-linuxbrew)
|
||||||
* [Using git](#using-git)
|
* [Using git](#using-git)
|
||||||
* [As Vim plugin](#as-vim-plugin)
|
* [As Vim plugin](#as-vim-plugin)
|
||||||
|
* [Arch Linux](#arch-linux)
|
||||||
* [Fedora](#fedora)
|
* [Fedora](#fedora)
|
||||||
* [Windows](#windows)
|
* [Windows](#windows)
|
||||||
* [Upgrading fzf](#upgrading-fzf)
|
* [Upgrading fzf](#upgrading-fzf)
|
||||||
@ -131,6 +132,12 @@ Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --all' }
|
|||||||
" and you don't have to run install script if you use fzf only in Vim.
|
" and you don't have to run install script if you use fzf only in Vim.
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Arch Linux
|
||||||
|
|
||||||
|
```sh
|
||||||
|
sudo pacman -Sy fzf
|
||||||
|
```
|
||||||
|
|
||||||
### Fedora
|
### Fedora
|
||||||
|
|
||||||
fzf is available in Fedora 26 and above, and can be installed using the usual
|
fzf is available in Fedora 26 and above, and can be installed using the usual
|
||||||
@ -144,7 +151,6 @@ Shell completion and plugins for vim or neovim are enabled by default. Shell
|
|||||||
key bindings are installed but not enabled by default. See Fedora's package
|
key bindings are installed but not enabled by default. See Fedora's package
|
||||||
documentation (/usr/share/doc/fzf/README.Fedora) for more information.
|
documentation (/usr/share/doc/fzf/README.Fedora) for more information.
|
||||||
|
|
||||||
|
|
||||||
### Windows
|
### Windows
|
||||||
|
|
||||||
Pre-built binaries for Windows can be downloaded [here][bin]. fzf is also
|
Pre-built binaries for Windows can be downloaded [here][bin]. fzf is also
|
||||||
|
Loading…
x
Reference in New Issue
Block a user