Merge pull request #467 from swrobel/patch-1

Note to avoid conflict with macOS text replacement
This commit is contained in:
Federico Terzi 2020-09-26 14:14:05 +02:00 committed by GitHub
commit c74c7bfe4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -141,6 +141,10 @@ espanso restart
Now try to type `:br` anywhere. If you did everything correctly, you should see `Best Regards` appear!
##### macOS remarks
If are using built-in macOS text replacement (System Preferences > Keyboard > Text - note that these will sync from iDevices if you have iCloud sync enabled), and have any triggers that overlap with espanso (the Replace column in System Preferences), you may find that you get double expansions. Starting your espanso trigger with `/` will prevent macOS text replacement from triggering as well (ex: `/br` instead of `:br`).
#### Quick Editing
If you are comfortable using the terminal to edit your configs, you can also use the much quicker:
@ -212,4 +216,4 @@ You can also disable this behavior by adding the following line on your `default
undo_backspace: false
```
> Note that backspace undo is not available for every match, namely the ones that specify a [Cursor Hint](/docs/matches/#cursor-hints)
> Note that backspace undo is not available for every match, namely the ones that specify a [Cursor Hint](/docs/matches/#cursor-hints)