henrikruscon / hyper-tabs-enhanced

Enhanced Tabs Plugin for Hyper
MIT License
192 stars 20 forks source link

Tabs won't appear #30

Open cunk111 opened 6 years ago

cunk111 commented 6 years ago

Hey,

I'm having issues making your plugin work with my conf. Symptoms are when firing the hotkey, new shell won't appear as new tab, but as invisible instances (which i can cmd+w). When inspecting the console: title.match is not a function I'm using osx->hyper->oh-my-zsh (agnoster theme)

Here are the plugins i use:

plugins: [
    'hyper-sync-settings',
    'hyperterm-summon',
    'hyper-match',
    // 'hpm-cli',
    // 'hyper-tab-icons',
    'hyper-tabs-enhanced',
    'hyper-statusline',
    'hyper-chesterish',
    'hyperborder',
    'hyperpower',
    'gitrocket',
    'hyperterm-alternatescroll',
  ],

And here comes the stacktrace:

capture d ecran 2018-02-03 a 14 14 56

Logging title revealed it happens to be an Object in my case:

capture d ecran 2018-02-03 a 14 36 59

Gotta admit i don't understand how dependencies work in this project (if i comment statusline in .hyper.js it won't appear, while if i comment tabs-enhanced it would) and how to set up a config for tabs-enhanced if it's bundled with chesterish.

Let me know if i can help with that,

Bests