Install OMF with the shellder theme or something more fancy from https://github.com/oh-my-fish/oh-my-fish/blob/master/docs/Themes.md
Prefix c-b to c-space
Plugin https://github.com/tmux-plugins/tmux-resurrect to save and resurrect session
A lot of things from https://www.hamvocke.com/blog/a-guide-to-customizing-your-tmux-conf/
Theme from: https://www.reddit.com/r/unixporn/comments/3cn5gi/tmux_is_my_wm_on_os_x/ but changed blue to green !
noto-fonts-emoji
- Alt + Shift + q => Tile window to the left
- Alt + Shift + d => Tile window to the right
- Alt + Shift + z => Tile window to the top
- Alt + Shift + s => Tile window to the bottom
- Alt + Shift + a => Tile window to the top-left
- Alt + Shift + e => Tile window to the top-right
- Alt + Shift + w => Tile window to the bottom-left
- Alt + Shift + c => Tile window to the bottom-right
================================== - Alt + Shift + 1 => Maximize window horizontally
- Alt + Shift + 2 => Maximize window vertically
If you want to move the current window to another workspace, use Ctrl instead of Shift. For instance Ctrl + Alt + d => Move window to right workspace.
- Alt + = => Add workspace
- Alt + Delete => Delete current workspace
- Alt + q => Left workspace
- Alt + d => Right workspace
- Alt + z => Top workspace
- Alt + s => Bottom workspace
And other stuff..