Tag: tab-completion

46 How can I get bash to perform tab-completion for my aliases? 2012-06-13T14:03:04.210

41 Make bash's tab-completion case-insensitive 2011-04-16T03:26:02.547

15 Bash completion makes bash start slowly 2011-04-07T11:00:35.593

14 Is there a shell which supports fuzzy completion as in Sublime Text? 2013-03-05T21:49:50.947

13 bash completion for filename patterns or directories 2013-03-12T14:48:37.440

12 Vim command mode complete word 2011-09-18T15:14:26.093

10 how can i make zsh tab completion fix capitalization errors? for directorys and files 2016-06-22T03:18:22.257

9 Zsh, directory tab-completion with prefix 2012-01-23T09:20:42.987

8 Why does bash tab-expand a tilde when I am completing a vim file name? 2012-06-28T19:37:04.057

8 Bash-like, non-rotating filename tab completion with PowerShell 2012-11-08T12:13:22.440

7 Smart tab completion (for directories)? 2010-08-04T16:17:32.100

7 How do you set a minimum number of characters for Bash tab completion? 2011-09-02T13:18:03.210

6 How can I get emacs under windows to autocomplete paths in shell buffers using "\" instead of "/"? 2011-03-17T11:05:31.973

6 Bash: always display file possibilities on tab-complete 2012-03-11T01:12:45.340

6 Is it possible to force bash tab completion suggestions to list in a single column? 2012-04-20T05:49:52.430

6 Bash auto-completion of variables adds additional white space at the end 2013-05-24T08:07:51.637

5 How to minimize typing when frequently changing directories? 2010-08-04T15:47:00.150

5 How do I abort building the list for tab completion without losing the command? 2011-02-28T18:35:32.447

5 Access Finder's "Open With" menu from the commandline (for tab completion) 2011-07-29T05:01:20.990

5 How do I restore tab-completion on shell variables on the bash command-line? 2012-10-24T21:56:14.923

5 Do not expand wildcard on tab completion 2014-08-18T16:15:43.303

5 Bash partial glob expansion 2015-02-02T03:15:49.573

4 How do I make bash do vim-like tab completion for file names? 2011-02-25T00:50:31.803

4 How can I enable colored completion in Vim? 2011-04-19T10:40:02.903

4 Setting up tab-completion of paths in bash or zsh to resemble tcsh 2011-05-05T13:02:49.297

4 Command-T for shell 2012-02-21T19:47:25.530

4 Can bash (or a terminal) auto-complete (tab-complete) from terminal buffer contents? 2012-07-11T15:38:56.690

4 Unquoted completion lists in zsh 2012-08-09T03:00:36.343

4 How can I get bash to perform case insensitive tab-completion for my aliases and functions? 2014-04-14T22:04:58.013

4 Can't tab complete in psql 2014-09-04T00:14:46.257

4 bash complete: list directory names from a defined directory? 2015-02-05T21:52:38.450

4 zsh autocomplete results from function 2016-03-04T20:36:25.930

4 Tab completion for command arguments fail in Cygwin due to `.exe` extension 2016-05-03T10:33:57.607

4 Why does a value '-' (hyphen) in "tag-order" style prevent matching of the "executables" tag even if that tag is explicitly specified? 2018-05-05T15:33:09.477

4 TAB completion with .bash_history 2018-06-15T14:01:46.787

3 Filename tab completion within bash backtick environment 2010-09-10T10:23:25.763

3 Can I ignore dot files with cmd.exe tab completion? 2010-09-12T23:37:13.943

3 Escaping spaces in tab-completion in a Cygwin shell subprocess on GNU Emacs on Windows 2010-09-14T15:30:27.480

3 Why does ~username/ change to /home/username if tab-completing a path with a space in it? 2011-07-06T03:58:07.660

3 Is there a way to tell the shell (zsh preferably) about a command? 2011-11-02T13:34:33.963

3 zsh completion will not work in emacs shell 2011-11-26T04:36:12.333

3 Bash Shell Hangs on ?+Tab-complete 2012-06-14T17:46:20.730

3 bash tab-completion list below prompt 2013-04-16T22:28:23.420

3 How can I prevent Supertab to try completion even if I just want to enter a tab? 2013-05-23T14:10:42.270

3 Completion when pasting Bash command beginning with tabs 2015-06-10T08:09:46.957

3 Add strings to zsh tab completion for all commands and arguments 2016-05-24T19:41:44.737

3 Bash Autocomplete Subdirectory for Custom Command 2017-11-16T20:00:30.160

3 Tab completion closes SSH connection 2019-09-18T03:16:41.540

2 Branch names not showing in Mercurial's tab completion 2010-12-14T12:39:15.687

2 Can you get rid of file extensions for bash commands in cygwin? 2011-01-29T05:39:47.760

2 File completion colors for zsh 2011-04-29T07:46:29.877

2 filetype-aware tab-completion in bash? 2011-07-05T07:53:58.960

2 urxvt - tab expand environment variables 2012-06-08T05:09:32.337

2 sudo bash completion for locations user has no permissions for - how to handle? 2012-06-16T09:11:54.837

2 left tab completion in bash or zsh 2012-07-01T19:30:01.293

2 Bash filename tab completion 2012-08-29T10:52:52.980

2 zsh completion doesn't work under Cygwin for other drives 2013-01-12T10:19:43.487

2 tmux completion (not shell completion) 2014-03-10T22:29:54.137

2 zsh tab completion to run scripts in current folder (.<TAB>scr<TAB>)->./script.sh 2014-04-02T09:03:22.597

2 How to hide a program from Linux's tab-completion 2014-04-23T16:53:27.727

2 How do I view the tab completion function for a command in bash? 2015-07-29T18:20:02.167

2 Run command on tab completion in zsh 2016-06-10T20:31:16.270

2 How to customize the look of currently selected(highlighted) completion in zsh? 2018-05-05T14:33:22.740

2 How to Expand Abbreviations Inline in Fish Shell? 2019-03-17T14:37:04.143

1 ZSH autocomplete second argument 2011-01-02T13:13:16.387

1 bash-completion only after sourcing .bash_profile 2011-03-31T21:55:58.140

1 How do I get zsh tab completion to "vi **/foo<TAB>" to match and complete the first file matching "foo*" anywhere under the current directory? 2012-09-19T22:21:22.840

1 Make emacs autocomplete cpp files over binary files 2012-11-14T05:34:15.403

1 How to make tab completion work within parentheses 2013-08-07T10:51:55.530

1 How does tab-completion "know" what files there are in sub/super folder? 2013-12-16T21:47:10.730

1 Tab completion that honors $CDPATH 2014-01-23T18:01:03.380

1 Reusing _kill completion in .bashrc fails 2014-05-30T10:31:14.687

1 SublimeText XML completions file 2015-04-23T07:19:06.740

1 history-search-backward ignores search text after first space character? 2015-07-22T18:47:30.427

1 How can I regenerate the “bash_completions” file from “bash-completion/completions” directory? 2015-10-08T17:43:54.383

1 bash/readline doesn't autocomplete directory name 2015-11-17T17:10:29.377

1 How to bash complete an alias as the command 2015-11-23T13:27:58.363

1 ZSH auto-completion help not triggering for custom command options beginning with "--" 2016-11-28T18:48:45.750

1 Tab-Complete (alphabetically) last match 2017-01-12T14:33:05.037

1 zsh completion list-colors - partial colouring issue 2017-04-17T14:26:44.743

1 Why would bash refuse to be case-insensitive? 2017-05-01T10:12:47.670

1 turn of cycle completion? 2017-09-30T20:00:13.667

1 Tab completion for .bat files in Git-for-Windows Bash 2018-06-26T23:53:11.543

1 git add tab completion doesn't return anything 2019-08-14T21:31:37.440

1 zsh: Select menu auto-completion with single Enter/Return press 2019-11-01T18:17:20.057

1 Add shell (bash/zsh) tab completion to custom command by running existing completion with arguments 2019-12-27T20:55:32.577

0 TextMate on OS X - tab completion not working 2010-12-14T00:02:02.600

0 Slow tab completion for paths in`make' arguments 2011-02-04T15:16:27.443

0 COMP_LINE not set despite bash completion being installed 2012-04-23T09:56:55.193

0 Tab-completion friendly names for start / stop 2012-07-02T10:29:26.353

0 Windows 8 cmd %PATH% tab completion 2012-09-20T15:10:42.887

0 Use two different completions in tcsh 2013-04-02T09:39:29.123

0 How to adjust tab completion in Sublime Text 2 2013-04-24T07:01:48.743

0 Use zsh completion in vim instead of vim one 2013-05-05T11:18:54.267

0 bash tab completion doesn't work on shell scripts 2013-07-17T11:12:24.510

0 A tab in Tmux results in an indent and tabcompletion 2014-02-28T08:28:16.640

0 Is it possible to have tab completion of drop-down lists in web pages in Firefox? 2014-08-19T21:15:28.857

0 Bash expansion to list from a directory 2014-09-24T09:24:27.857

0 zsh completion for all executables in path 2015-03-18T01:44:31.417