diff options
| author | Nachum Barcohen <38861757+nabaco@users.noreply.github.com> | 2023-01-22 19:21:04 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-23 02:21:04 +0900 |
| commit | e44f64ae923c9fc756b2effe80a31d97814aade9 (patch) | |
| tree | 76e7bbff9f41e6fda34546346f2d2ca93ea132ac | |
| parent | d51980a3f50dfa8ce43b01a3dce216afb8a0bd8f (diff) | |
| download | fzf-e44f64ae923c9fc756b2effe80a31d97814aade9.tar.gz | |
Add Helix editor to bash autocompletion (#3137)
| -rw-r--r-- | shell/completion.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/completion.bash b/shell/completion.bash index 51687a08..b3612c86 100644 --- a/shell/completion.bash +++ b/shell/completion.bash @@ -310,7 +310,7 @@ complete -o default -F _fzf_opts_completion fzf-tmux d_cmds="${FZF_COMPLETION_DIR_COMMANDS:-cd pushd rmdir}" a_cmds=" awk cat diff diff3 - emacs emacsclient ex file ftp g++ gcc gvim head hg java + emacs emacsclient ex file ftp g++ gcc gvim head hg hx java javac ld less more mvim nvim patch perl python ruby sed sftp sort source tail tee uniq vi view vim wc xdg-open basename bunzip2 bzip2 chmod chown curl cp dirname du |
