summaryrefslogtreecommitdiffstats
path: root/shell
AgeCommit message (Expand)Author
2022-10-16[shell] Make bash/zsh completion and bindings work with 'set -u' (#2999)John Fred Fadrigalan
2022-09-20[fish] Do not use `builtin cd`Junegunn Choi
2022-09-10[bash] Fix completion of var or alias containing newlines (#2952)knutze
2022-08-28Add --scheme=[default|path|history] option to choose scoring schemeJunegunn Choi
2022-08-22[completion] Remove extra trailing slash on directory completionJunegunn Choi
2022-08-03[completion] ssh: Remove values with '%' (#2548)lbesnard
2022-08-02[zsh] Make awk regex compatible with both GNU and macOS (#2906)kissge
2022-07-29[bash] Fix 'possible retry loop' problem of bash-completion (#2891)Bob Matcuk
2022-07-21[shell] 'kill' completion will now require trigger sequence (**)Junegunn Choi
2022-07-20[zsh] Replace perl with awk (#2777)Jakub Jirutka
2022-07-15[bash] Fix `fzf-tmux` to have `fzf`'s completion (#2871)Jonathan Zacsh
2022-04-29[bash] Make complex commands slightly more friendly to work with (#2784)Jan Warchoł
2022-04-22[shell] ALT-C: Use builtin cd to avoid conflicts (#2799)Ajeet D'Souza
2022-04-06[bash] Allow passing args to __fzf_select__ via fzf-file-widget (#2783)Jan Warchoł
2022-02-23[zsh] Set up bindings for all three keymaps: emacs, vicmd, and viinsJunegunn Choi
2021-11-19[shell] Use cd -- (#2659)zsugabubus
2021-11-03[bash] Suppress error message from 'bind'Junegunn Choi
2021-08-15use proper bash-style notationa1346054
2021-08-15always use [[ ... ]] and not [ ... ] in bash completionsa1346054
2021-03-08[fish] Make widgets work with --option= prefix (#2383)Jannik Vieten
2021-02-03[zsh] Don't run precmd hooks in cd widget (#2340)Marlon Richert
2021-01-13[zsh] Properly reset prompt after completion (#2318)Ruslan Sayfutdinov
2021-01-03Revert "[zsh] Use shell redirection (#2281)"Junegunn Choi
2021-01-01[shell] Disable CTRL-ZJunegunn Choi
2020-12-23[zsh] Use shell redirection (#2281)林千里
2020-12-09Revert "[zsh] Reload shared history before searching (#2251)"Junegunn Choi
2020-12-05[zsh] Reload shared history before searching (#2251)Martin Polden
2020-11-25[zsh] Declare variable as local before assignment (#2266)ratijas
2020-11-14[bash-completion] Fix endless loop when completion.bash sourced twiceTomas Janousek
2020-11-13[bash-completion] Unexport _fzf_orig_completion_* variablesTomas Janousek
2020-11-13[bash-completion] Optimize __fzf_orig_completion_filterTomas Janousek
2020-11-13[bash-completion] Move -F/_fzf filter to __fzf_orig_completion_filterTomas Janousek
2020-11-13[bash-completion] Avoid empty _a, _v completionsTomas Janousek
2020-10-12[fish] Fix parser handling of option-like args (#2208)Andrew Zhou
2020-10-06[completion] Make host completion handle source files without EOLElvan Owen
2020-10-03[zsh] Keep current $BUFFER on ALT-CJunegunn Choi
2020-10-02[zsh] Record cd execution in history (#2193)octaltree
2020-09-02[zsh] Fix the regular expression (#2140)Yuji Nakao
2020-05-23Revert file mode of key-bindings.zshJunegunn Choi
2020-04-24[zsh] Make CTRL-R work with older Perls (#2003)Slaven Rezić
2020-04-18Remove dead codeJunegunn Choi
2020-04-18[completion] Make kill completion more consistent with the othersJunegunn Choi
2020-04-13[zsh-completion] Fix error with backslash-prefixed commandsJunegunn Choi
2020-04-03[fzf-tmux] Split zsh variable expansion for old zshJunegunn Choi
2020-04-03[fzf-tmux] Fall back to plain fzf when split failedJunegunn Choi
2020-04-03[fzf-tmux] Add option to start fzf in tmux popup windowJunegunn Choi
2020-03-30[zsh] Ensure that fzf code always parses the same way (#1944)Roman Perepelitsa
2020-03-29[shell] Update CTRL-R to remove duplicate commandsJunegunn Choi
2020-03-24[zsh-completion] Fix a bug where _fzf_complete did not iterate through args (...Chitoku
2020-03-13[bash] Restore --nth option in CTRL-R0.21.0-1Junegunn Choi