Add ALT-C keybinding for bash

This commit is contained in:
Junegunn Choi
2014-03-13 14:29:27 +09:00
parent 8a3e8c2d81
commit 2296013174
2 changed files with 12 additions and 9 deletions

View File

@@ -162,20 +162,13 @@ Key bindings for command line
The install script will setup the following key bindings.
### bash
- `CTRL-T` - Paste the selected file path(s) into the command line
- `CTRL-R` - Paste the selected command from history into the command line
The source code can be found in `~/.fzf.bash`.
### zsh
### bash/zsh
- `CTRL-T` - Paste the selected file path(s) into the command line
- `CTRL-R` - Paste the selected command from history into the command line
- `ALT-C` - cd into the selected directory
The source code can be found in `~/.fzf.zsh`.
The source code can be found in `~/.fzf.bash` and in `~/.fzf.zsh`.
Auto-completion
---------------