mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-26 21:51:05 +01:00
.. | ||
README.md | ||
tilde-switch.plugin.zsh |
tilde-switch plugin
By default, on some non-US keyboards of Macbooks like Swedish and Turkish, tilde key switched with a plus-minus key. So this plugin switches back the ±
key to ~
without needing any third-party tool or service.
To use it, add tilde-switch
to the plugins array of your .zshrc
file:
plugins=(... tilde-switch)