From bf7295a80529c3a035b6d9cbc74cf56b1b89200e Mon Sep 17 00:00:00 2001 From: Andrey Orst Date: Thu, 27 Sep 2018 14:52:29 +0300 Subject: [PATCH] add new mode mapping --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 555bb8a..1bc6db3 100644 --- a/README.md +++ b/README.md @@ -35,10 +35,12 @@ which intentionally was made to simplify user mappings. Each fzf command has mnemonic mapping, like `f` for opening files, `t` for tags and so on. In this mode new mappings are available: -- f - Search for file and open it - b - Select buffer -- t - Browse ctags tags +- c - Switch servers working directory +- f - Search for file and open it - g - Edit file in Git tree +- s - Search over buffer contents and jump to result line +- t - Browse ctags tags You can set your own mapping to invoke `fzf-mode`: @@ -91,7 +93,6 @@ the same path to `tmp`. You can set different path to your or to any other direc set-option global fzf_tmp //path/to/tmp' ``` - ## Some demonstration gifs: ### Opening files: ![files](https://user-images.githubusercontent.com/19470159/45917778-3988e200-be85-11e8-890d-b180d013b99e.gif)