Suppose you have weird taste and you absolutely want:
- your visual selection to always have a green background and black foreground,
- your active statusline to always have a white background and red foreground,
- your very own deep blue background.
| -- === sizeup === | |
| -- | |
| -- SizeUp emulation for hammerspoon | |
| -- | |
| -- To use, you can tweak the key bindings and the margins | |
| local sizeup = { } | |
| -------------- | |
| -- Bindings -- |
| import os | |
| import re | |
| def zsh_to_fish(cmd): | |
| return (cmd.replace('&&', '; and ') | |
| .replace('||', '; or ')) | |
| def is_valid_fish(cmd): |
Suppose you have weird taste and you absolutely want: