mirror of
https://github.com/junegunn/fzf.git
synced 2026-01-09 04:52:36 +08:00
Add ALT-C keybinding for bash
This commit is contained in:
11
README.md
11
README.md
@@ -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
|
||||
---------------
|
||||
|
||||
Reference in New Issue
Block a user