summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2015-06-26 01:00:58 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2015-06-26 01:02:44 +0900
commit938151a834c1858ffdd6091cbcb42688a3784b6b (patch)
tree6ffbb24708486b37fd92210b830accd1e1ead9d2 /README.md
parent14e3b84073215e29f90f10e6ccce35704598e51d (diff)
[shell] Add FZF_CTRL_T_COMMAND for CTRL-T
Close #40
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index d460279a..3dc58e54 100644
--- a/README.md
+++ b/README.md
@@ -147,8 +147,9 @@ Key bindings for command line
The install script will setup the following key bindings for bash, zsh, and
fish.
-- `CTRL-T` - Paste the selected file path(s) into the command line
-- `CTRL-R` - Paste the selected command from history into the command line
+- `CTRL-T` - Paste the selected files and directories onto the command line
+ - Set `FZF_CTRL_T_COMMAND` to override the default command
+- `CTRL-R` - Paste the selected command from history onto the command line
- Sort is disabled by default to respect chronological ordering
- Press `CTRL-R` again to toggle sort
- `ALT-C` - cd into the selected directory