learnbyexample
@learnbyexample@programming.dev
This is a remote user, information on this page may be incomplete. View at Source ↗
Interests: Regular Expressions, Linux CLI one-liners, Scripting Languages and Vim
GitHub: github.com/learnbyexample
- Submitted 8 months ago to programming@programming.dev | 1 comment
- Submitted 11 months ago to programming@programming.dev | 1 comment
- Submitted 11 months ago to programming@programming.dev | 0 comments
- Comment on [deleted] 11 months ago:
- Submitted 11 months ago to programming@programming.dev | 4 comments
- Submitted 1 year ago to programming@programming.dev | 49 comments
- Comment on Best place to write and host a programming guide 1 year ago:
I use GitHub pages and mdbook (github.com/rust-lang/mdBook)
- Submitted 1 year ago to programming@programming.dev | 6 comments
- Submitted 1 year ago to programming@programming.dev | 0 comments
- Comment on What software do you use to edit markdown? 1 year ago:
GVim.
Check out ghostwriter.kde.org if you are looking for a GUI app with live preview, full screen mode, etc.
- Comment on Programming for kids 1 year ago:
- Submitted 1 year ago to programming@programming.dev | 0 comments
- Submitted 1 year ago to programming@programming.dev | 8 comments
- Submitted 1 year ago to programming@programming.dev | 2 comments
- Comment on What helps people get comfortable on the command line? 1 year ago:
You can do it in Bash as well. Put this in
.inputrc
:"\e[A":history-substring-search-backward "\e[B":history-substring-search-forward # or, if you want to search only from the start of the command "\e[A": history-search-backward "\e[B": history-search-forward