First set up your keyboard layout. For example, in Spanish:
# loadkeys es
For a list of all acceptable keymaps:
# localectl list-keymaps
| # Since Safari 13 the Wikiwand plugin is no longer available and they | |
| # don't even list Safari as a supported browser anymore. | |
| # | |
| # Most people use some kind of ad blocker, and personally I'm using "AdGuard for Safari" which allows you | |
| # to define filters that inject javascript code on certain domains. | |
| # | |
| # Simply add this to AdGuards "User filter", and any wikipedia article will be redirected to Wikiwand. | |
| # | |
| @@||wikipedia.org^$generichide,badfilter |
Since v8.1 (May 2018), Vim has shipped with a built-in terminal. See https://vimhelp.org/terminal.txt.html or type :help terminal for more info.
Why use this? Mainly because it saves you jumping to a separate terminal window. You can also use Vim commands to manipulate a shell session and easily transfer clipboard content between the terminal and files you're working on.