差分
このページの2つのバージョン間の差分を表示します。
| 両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン | ||
| linux:hyper [2021/11/22 17:38] – ともやん | linux:hyper [2023/10/08 05:25] (現在) – ともやん | ||
|---|---|---|---|
| 行 8: | 行 8: | ||
| ===== インストール ===== | ===== インストール ===== | ||
| - | < | + | <WRAP color_term> |
| - | <WRAP color_command>< | + | <WRAP color_command>< |
| - | $ sudo rpm -ivh https:// | + | <span style=" |
| - | </code></ | + | </pre></ |
| - | <WRAP color_result>< | + | <WRAP color_result>< |
| - | [sudo] tomoyan のパスワード: | + | |
| https:// | https:// | ||
| 検証しています... | 検証しています... | ||
| 準備しています... | 準備しています... | ||
| 更新中 / インストール中... | 更新中 / インストール中... | ||
| - | | + | |
| - | </code></ | + | </pre></ |
| </ | </ | ||
| 行 149: | 行 148: | ||
| // Whether to use the WebGL renderer. Set it to false to use canvas-based | // Whether to use the WebGL renderer. Set it to false to use canvas-based | ||
| // rendering (slower, but supports transparent backgrounds) | // rendering (slower, but supports transparent backgrounds) | ||
| - | webGLRenderer: | + | webGLRenderer: |
| // keypress required for weblink activation: [ctrl|alt|meta|shift] | // keypress required for weblink activation: [ctrl|alt|meta|shift] | ||
| // todo: does not pick up config changes automatically, | // todo: does not pick up config changes automatically, | ||
| 行 157: | 行 156: | ||
| // set to true to disable auto updates | // set to true to disable auto updates | ||
| disableAutoUpdates: | disableAutoUpdates: | ||
| + | // set to true to enable screen reading apps (like NVDA) to read the contents of the terminal | ||
| + | screenReaderMode: | ||
| + | // set to true to preserve working directory when creating splits or tabs | ||
| + | preserveCWD: | ||
| // for advanced config flags please refer to https:// | // for advanced config flags please refer to https:// | ||
| }, | }, | ||
| 行 178: | 行 181: | ||
| </ | </ | ||
| </ | </ | ||
| + | |||
| + | ===== プラグイン開発 ===== | ||
| + | [[git> | ||
| + | <WRAP color_term> | ||
| + | <WRAP color_command>< | ||
| + | <span style=" | ||
| + | <span style=" | ||
| + | </ | ||
| + | <WRAP color_result>< | ||
| + | Cloning into & | ||
| + | remote: Enumerating objects: 104, done. | ||
| + | remote: Counting objects: 100% (104/104), done. | ||
| + | remote: Compressing objects: 100% (66/66), done. | ||
| + | remote: Total 104 (delta 47), reused 93 (delta 36), pack-reused 0 | ||
| + | Receiving objects: 100% (104/104), 447.42 KiB | 1.62 MiB/s, done. | ||
| + | Resolving deltas: 100% (47/47), done. | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | メニュー -> Edit -> Preferences...\\ | ||
| + | <WRAP color_term> | ||
| + | <WRAP color_mincode>< | ||
| + | // in development, | ||
| + | // `~/ | ||
| + | // to load it and avoid it being `npm install`ed | ||
| + | localPlugins: | ||
| + | ' | ||
| + | ], | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | < | ||
| + | <pre style=" | ||
| + | < | ||
| + | < | ||
| + | </ | ||
| + | </ | ||