summaryrefslogtreecommitdiffstats
path: root/shell
AgeCommit message (Expand)Author
2020-03-07[completion] Use file redirection instead of pipeJunegunn Choi
2020-02-29[bash] Fix --query argument of CTRL-RJunegunn Choi
2020-02-28[bash] Start C-r search with current command line (#1886)Jack Bates
2020-02-28[fish] Ignore empty environment variablesJunegunn Choi
2020-02-24[bash] Multiline C-r without histexpand (#1837)Jack Bates
2020-02-23[bash] Restore insertion point pre Bash 4 (#1881)Jack Bates
2020-02-21[bash] Put C-t items at point in vi mode (#1876)Jack Bates
2020-02-20[bash] Strip trailing whitespace on kill completionJunegunn Choi
2020-02-20[completion] Allow users to customize fzf options via _fzf_comprunJunegunn Choi
2020-02-19[bash-completion] Minor optimizationJunegunn Choi
2020-02-17Make pointer and multi-select marker customizable (#1844)Hiroki Konishi
2020-01-19[zsh-completion] Fix quoting/splitting issues (#1820)Chitoku
2020-01-08[bash] Populate emacs and vi keymaps (#1815)Jack Bates
2019-12-20[bash-completion] Fix default alias/variable completionJunegunn Choi
2019-12-06[ssh completion] Skip only aliases matching * (#1788)Henré Botha
2019-12-06[completion] Add support for HostName lines in ~/.ssh/config (#1785)David Gray
2019-12-05[completion] Ignore hg repos (#1777)John Purnell
2019-12-01[zsh] Prevent the current directory from appearing as `~dir` in prompts (#1774)midchildan
2019-11-03[zsh-completion] Fix prefix extraction when triggers start with ';'zhaoyunfeng
2019-10-17[zsh] Suppress global alias expansion in widget functionsJunegunn Choi
2019-09-29[bash-completion] Properly handle exit eventJunegunn Choi
2019-08-09[bash-completion] _fzf_setup_completion to retain previous optionsJunegunn Choi
2019-08-08[bash-completion] Add _fzf_setup_completion to enable fuzzy completionJunegunn Choi
2019-07-13[fish] Remove perl from fish key bindings (#1635)ssjhv
2019-06-03[bash] Make sure to execute builtin historyJunegunn Choi
2019-05-01[bash-completion] Fix custom completion with dynamic loader enabled for non-s...Jesus Briales
2019-03-14[zsh-completion] Suppress "no matches found" messageJunegunn Choi
2019-02-28[completion] Look up on ~/.ssh/config.d/* files when doing ssh host complete ...Rui Coelho
2019-02-28[shell] Skip loading completion code on non-interactive shellJunegunn Choi
2018-10-05[zsh] Fix multiline prompt issue with 'zle reset-prompt' (#1397)Paul Frybarger
2018-07-06[completion] Filter out non-hostnames in SSH config file (#1329)Jay
2018-06-27[fish] Use $version instead of $FISH_VERSION (#1100)Oliver Schrenk
2018-06-02[bash/zsh] Fix missing fuzzy completions (#1303)ptzz
2018-05-04[bash] Do not print error when falling back to default completion (#1279)ptzz
2018-04-30[bash] Fix infinite loop on tab completionJunegunn Choi
2018-04-25[bash] Add --sync to the default CTRL-R optionsJunegunn Choi
2018-04-12ZSH and Bash completion: remove shebang (#1248)Avindra Goolcharan
2018-02-16[bash] Fix CTRL-R to preserve the latest yankJunegunn Choi
2018-02-15[bash] Fix extra space issue of dynamic completion with 'nospace'Junegunn Choi
2017-12-07[bash] Trigger redraw-current-line before history-expand-lineJunegunn Choi
2017-12-03[bash-completion] Fix custom completion with dynamic loader enabledJunegunn Choi
2017-11-14[zsh] Fire zsh precmd functions after cd (#1136)Aaron Jensen
2017-10-21[completion] Ensure ps called as command (#1098)Igor Urazov
2017-10-20[zsh] Use fc -r instead of fzf --tac to speed up loadtime (#1097)Daniel Schaffrath
2017-10-19[completion] Fix known_hosts completion for custom port number (#1092)Andrey Chernih
2017-10-10Don't do shell quoting for weird chars (#1079)Ionel Cristian Mărieș
2017-09-27[completion] Include host aliases in ssh completion (#1062)Josh Pencheon
2017-07-31Revert "[bash] Do not append space when path completion is cancelled"Junegunn Choi
2017-07-30[bash] Do not append space when path completion is cancelledJunegunn Choi
2017-07-15[fish] Fix ctrl-r regression in versions <2.4 (#972)Tom Fitzhenry