0.0.7 • Published 5 years ago

hyper-prefix-of-tab v0.0.7

Weekly downloads
2
License
ISC
Repository
github
Last release
5 years ago

hyper-prefix-of-tab

click menu > prefixOfTab > insert to add prefix to the title of current active tab; click menu > prefixOfTab > delete to delete the prefix of the title of current active tab

Demo

Configuration of shortcut

module.exports = {
  config: {
    // other configs...
    'hyper-prefix-of-tab': {
      "hyper-prefix-of-tab:insert": "ctrl+alt+i",
      "hyper-prefix-of-tab:delete": "ctrl+alt+d"
    },
  }
  //...
};