fixed bad blockquotes

This commit is contained in:
AlejandroS
2018-07-22 00:48:34 -07:00
parent c258e7f2ea
commit 7742fce230
2 changed files with 11 additions and 7 deletions

View File

@@ -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