hyper-prefix-of-tab

0.0.7 • Public • Published

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"
    },
  }
  //...
};

/hyper-prefix-of-tab/

    Package Sidebar

    Install

    npm i hyper-prefix-of-tab

    Weekly Downloads

    0

    Version

    0.0.7

    License

    ISC

    Unpacked Size

    578 kB

    Total Files

    4

    Last publish

    Collaborators

    • ivanwonder