Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaraps committed Jan 27, 2019
1 parent 7c2144a commit a38bc07
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ A new and **original** file manager written in `bash`.
- Instant as you type search
- Tab completion for all commands!
- Automatic CD on exit (*see [setup](#cd-on-exit)*)
- [**vim/nvim plugin**](https://github.com/dylanaraps/fff.vim)!


## Table of Contents
Expand All @@ -28,6 +29,7 @@ A new and **original** file manager written in `bash`.
* [Disabling keybindings.](#disabling-keybindings)
* [Dealing with conflicting keybindings.](#dealing-with-conflicting-keybindings)
* [How to figure out special keys.](#how-to-figure-out-special-keys)
* [Using `fff` in vim/neovim as a file picker](#using-fff-in-vimneovim-as-a-file-picker)
* [Why?](#why)

<!-- vim-markdown-toc -->
Expand Down Expand Up @@ -307,6 +309,11 @@ key() {
read -srn 1 && key "$REPLY"
```
## Using `fff` in vim/neovim as a file picker
See: [**`fff.vim`**](https://github.com/dylanaraps/fff.vim)
## Why?
¯\\_(ツ)_/¯
Expand Down

0 comments on commit a38bc07

Please sign in to comment.