Skip to main content
Search type Search syntax
Tags [tag]
Exact "words here"
Author user:1234
user:me (yours)
Score score:3 (3+)
score:0 (none)
Answers answers:3 (3+)
answers:0 (none)
isaccepted:yes
hasaccepted:no
inquestion:1234
Views views:250
Code code:"if (foo != bar)"
Sections title:apples
body:"apples oranges"
URL url:"*.example.com"
Saves in:saves
Status closed:yes
duplicate:no
migrated:no
wiki:no
Types is:question
is:answer
Exclude -[tag]
-apples
For more details on advanced search visit our help page
Results tagged with
Search options not deleted user 45922

Bash is a free shell for Unix-like operating systems from the GNU Project.

3 votes

Bash in vi mode: why do I sometimes have to press A, a, i or I twice to get to insert mode?

As mrucci said, the problem is pressing Esc twice. However, since he only commented and did not create an answer, this question is still listed as “unanswered”. Therefore I shamelessly create an answe …
scy won't contribute anymore's user avatar
0 votes
2 answers
1k views

Terminal.app bash character echoing messed up

It seems the combination of bash (or rather readline) and Terminal.app gets confused somehow when I hit the cursor-right key to exit “reverse-i-search” (Control-R) mode. … First of all, this is a new terminal window running “GNU bash, version 3.2.48(1)-release (x86_64-apple-darwin10.0)” (OSX 10.6.4). The prompt is a rather complex one, you can find the code at GitHub. …
scy won't contribute anymore's user avatar
1 vote

Bash Auto-complete Adds Trailing Slash After Filename

(By the way, I found this after looking in man bash for two minutes.) …
scy won't contribute anymore's user avatar