Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [autocomplete]

A feature where a program proposes the user to complete a text input based on what the user started to type. Autocomplete proposes the most likely string input.

462 votes
1 answer
513k views

How to remove one or all auto-complete text entries in Chrome? [duplicate]

Ok... so this is embarrassing. I typed in "boobs" on EncyclopediaDramatica's search because, well, it's a really funny page. But now I've got a problem... EVERY TIME I click a search field in Chrome ...
Garrett's user avatar
  • 4,859
186 votes
7 answers
228k views

Remove auto-complete field entries in Google Chrome

Is there a way to stop the gmail address field (on the login page) from displaying all the gmail addresses that you have ever typed in it? When logging in with Google Chrome or trying to set up a ...
NT.'s user avatar
  • 1,939
83 votes
5 answers
229k views

How can I disable Chrome's address bar search autocomplete?

Chrome's autocomplete for searches is often very annoying and intrusive because it is opt-out. It autocompletes by default and you have to press Backspace to dismiss it. Google search suggestions are ...
Brian Ortiz's user avatar
  • 1,084
60 votes
2 answers
50k views

oh-my-zsh history completion

I have recently switched to zsh, using robbyrussell's oh-my-zsh. Before that i used bash with a lot of custom stuff and i am only missing one thing because zsh is trying to be 'too smart': If i type ...
Patrick Oscity's user avatar
59 votes
4 answers
64k views

Bash autocomplete like zsh

I'm using bash, but I'd like to have zsh style autocomplete (you hit tab and it tabs through the possibilities), rather than what bash seems to do, which is display a list of possibilities but not ...
Gordon Seidoh Worley's user avatar
53 votes
3 answers
60k views

bash: smart autocomplete based on history?

I once found an amazing bash option, but now I can't remember how to re-enable it. It extended autocomplete to look at your most recent history. So if you'd previously typed open index.html and then ...
flossfan's user avatar
  • 531
52 votes
2 answers
9k views

Bash autocomplete on symlink to directory complete to whole directory, including slash [duplicate]

Possible Duplicate: Tab-completion with directories/links when I've a symlink foo linking to a directory bar/ and I start typing f and hit tab, it completes to foo but I'd like to complete it to ...
mark's user avatar
  • 1,982
47 votes
1 answer
35k views

How to delete an URL from Chrome's Omnibox suggestions? [duplicate]

Possible Duplicate: How do I delete previously entered items from Google Chrome Omnibox? Chrome: remove URL from autocomplete which doesn't show up in history? How can I delete an URL from ...
mael's user avatar
  • 471
41 votes
5 answers
14k views

How to expand * on Bash command line

I understand that if you type ls * it is actually expanded to ls a b c when the current directly has files a, b and c. I was wondering if there is a way to expand this before I hit enter. Similar to ...
bramp's user avatar
  • 528
41 votes
2 answers
52k views

How to remove addresses from Thunderbird's autocomplete drop-down?

When Thunderbird suggests email addresses for me as I type, there are many addresses there that I know are obsolete. How can I permanently remove them so they are never suggested to me again?
Ned Batchelder's user avatar
37 votes
1 answer
9k views

Disable autocomplete hints on iTerm2

I would like to disable the autocomplete history things that come up on the iTerm, as shown in the picture below: I would like to get rid of the blue hint that comes up when I start typing a command ...
Konrad's user avatar
  • 767
30 votes
2 answers
12k views

Does a fuzzy matching mode exist for the zsh shell?

I've recently fallen in love with efficient text completion systems. One of my favourite kinds of completion is so-called fuzzy completion. This is a mode where the program will complete the user's ...
sp3ctum's user avatar
  • 503
27 votes
3 answers
110k views

How do I remove individual autofill suggestions from Google Chrome?

Sometimes, some things are better meant to be private and shouldn't be shown when others watch. How can I remove individual auto-fill suggestions so that they don't re-appear? I don't wish to remove ...
InquilineKea's user avatar
  • 1,276
26 votes
2 answers
4k views

Tab-completion with directories/links

I have this problem with tab-completion in terminal in both archlinux and ubuntu: I have a link which links to a directory named "something" in my home directory. Now when I open a terminal and want ...
houbysoft's user avatar
  • 4,434
23 votes
2 answers
9k views

Enable autocomplete in an sqlite3 interactive shell

I am using sqlite3 on a machine where I can use tab completion (ie .read abc followed by TAB this will autocomplete to .read abcdefghij.db. I would like to know how to enable this on my personal ...
CoatedMoose's user avatar

15 30 50 per page
1
2 3 4 5
38