目次

Hyperの便利な使い方




Hyperの特徴


インストール

Mac

brew install byobu

Ubuntu

sudo apt-get install hyper


設定

WSL2を利用する

       shell: 'C:\\Windows\\System32\\wsl.exe',
       shellArgs: ['~'],


共通の設定

        fontWeightBold: 'normal',

        bell: 'false',

        // 範囲選択するとクリップボードにコピーされる
        copyOnSelect: true,

        quickEdit: true,


プラグイン

    plugins: [
    'hyper-material-theme',
    'hypercwd'
    ],


参考