mirror of
https://github.com/junegunn/fzf.git
synced 2025-08-01 04:32:05 -07:00
Add bash completion for kill command
This commit is contained in:
12
README.md
12
README.md
@@ -270,8 +270,8 @@ over time*
|
||||
|
||||
### bash
|
||||
|
||||
Fuzzy completion can be triggered if the word before the cursor ends
|
||||
with the trigger sequence which is by default `**`.
|
||||
Fuzzy completion for files and directories can be triggered if the word before
|
||||
the cursor ends with the trigger sequence which is by default `**`.
|
||||
|
||||
- `COMMAND [DIRECTORY/][FUZZY_PATTERN]**<TAB>`
|
||||
|
||||
@@ -299,6 +299,14 @@ cd **<TAB>
|
||||
cd ~/github/fzf**<TAB>
|
||||
```
|
||||
|
||||
Fuzzy completion for PIDs are provided for kill command. In this case
|
||||
there is no trigger sequence, just press tab key after kill command.
|
||||
|
||||
```sh
|
||||
# Can select multiple processes with <TAB> or <Shift-TAB> keys
|
||||
kill -9 <TAB>
|
||||
```
|
||||
|
||||
#### Settings
|
||||
|
||||
```sh
|
||||
|
Reference in New Issue
Block a user