Using Embedded Terminals Inside Neovim

~4 minutes to read

Because every pixel counts, this neat trick will allow to use terminals inside Neovim and maximize the screen estate for a flawless integration with one of the best text editor available.



Bash History Cleaner

~8 minutes to read

If you ever wanted to automatically clean your Bash history file, here is a working solution written in Python that uses regular expressions to set any kind of pattern you might be looking for.