mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +01:00
9 lines
349 B
Markdown
9 lines
349 B
Markdown
# 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)
|
|
```
|
|
|