fixed bad blockquotes
This commit is contained in:
@@ -20,10 +20,12 @@ Just use that alias in your bashrc and you're good to go.
|
||||
## Rambled guess time
|
||||
|
||||
My guess on how the alias is that bash doesn't try to figure out that you want to use `vim` since you've only typed a single `v` in this case; therefore tab-completion would go unnoticed?\
|
||||
Say you had a directory with files: \
|
||||
Say you had a directory with files:
|
||||
|
||||
> first \
|
||||
> second \
|
||||
> third \
|
||||
> third
|
||||
|
||||
That would mean if your shell contained `asdf`. You could go to the first character start typing any one of those file names and have bash guess the filename to autocomplete, since it only look backwards for completion.
|
||||
|
||||
### Where be the posts
|
||||
|
||||
Reference in New Issue
Block a user