Quickpost
I dont really have the time to write big posts with lots of context
so i want to try something new: Quickposts - Just some short codesnippets with a short explanation.
It’s better than doing nothing.
notes
Motivation
I love taking notes. Its always good to have some place to write things down.
So I wrote a short bash function to open a new textfile with the current date as filename (or with a specified name) and open it in my $EDITOR.
I added this function to my zshrc.
And whenever I need to write something down, I just type notes into my terminal and start writing (in markdown).
tmux
Motivation
I like using tmux. It’s a terminal multiplexer, so it allows you to spawn multiple panes - and many more features.
the main features i use are:
- Multiple panes
- Different windows for different tasks
- Reconnection to the tmux session after closing the terminal
If you want to learn more about tmux - read the official wiki
TPM
TPM is a plugin manager you can use it to import other tmux “plugins” into your configuration and configure them with some custom options.