Brian Salkas
Brian Salkas
I would like to be able to navigate the suggestions for code completion without using the mouse or the arrow keys. In regular vim, when I press Ctrl-p, the list...
I added that you first need to clone this repo and change into the directory after that. Might seem obvious but I was not sure why the pip install -r...
The following markdown is incorrect: ``` 1. First ordered list item 2. Another item ⋅⋅* Unordered sub-list. 1. Actual numbers don't matter, just that it's a number ⋅⋅1. Ordered sub-list...
removed bad command: `find -type f -ctime -48h` as far as I know no version of find supports this syntax.
When I think of the `parallel `command, I think of GNU `parallel`, but some people might have the moreutils version installed. Also there are significant differences in the BSD `find`...