ohmyzsh/plugins/tilde-switch
2021-01-06 02:01:50 +03:00
..
README.md initial tilde-switch plugin commit 2021-01-06 00:08:35 +03:00
tilde-switch.plugin.zsh refactors tilde-switch plugin 2021-01-06 02:01:50 +03:00

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)