tab-switcher

Like a window switcher for your Atom tabs.

  • 所有者: oggy/tab-switcher
  • 平台:
  • 許可證: MIT License
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

Tab Switcher

Atom package that let's you easily and elegantly switch between your
most recently active tabs. Like "Command-TAB" or "Alt-TAB" for applications.

Screenshot

Visual design is inspired by Witch, a slick Mac
OS window switcher.

Default Keys

  • alt-[ previous tab
  • alt-] next tab

Using different keys

You can specify alternate key bindings in keymap.cson (menu: Atom -> Keymap).
A popular desire is to replace the built-in ctrl-tab and ctrl-shift-tab.

"atom-workspace":
  "ctrl-tab": "tab-switcher:next"
  "ctrl-tab ^ctrl": "unset!"
  "ctrl-shift-tab": "tab-switcher:previous"
  "ctrl-shift-tab ^ctrl": "unset!"

"ol.tab-switcher-tab-list":
  "^ctrl": "tab-switcher:select"
  "^shift": "tab-switcher:select"
  "ctrl-up": "tab-switcher:previous"
  "ctrl-down": "tab-switcher:next"
  "ctrl-escape": "tab-switcher:cancel"
  "ctrl-n": "tab-switcher:next"
  "ctrl-p": "tab-switcher:previous"
  "ctrl-w": "tab-switcher:close"
  "ctrl-s": "tab-switcher:save"

Icons

Icons are optional, and are provided by the file-icons package.

Contributing

  • Bug reports
  • Source
  • Patches: Fork on Github, send pull request.
    • Include tests where practical.
    • Leave the version alone, or bump it in a separate commit.

Copyright (c) George Ogata. See LICENSE for details.

主要指標

概覽
名稱與所有者oggy/tab-switcher
主編程語言CoffeeScript
編程語言CoffeeScript (語言數: 2)
平台
許可證MIT License
所有者活动
創建於2014-03-09 20:38:47
推送於2017-08-08 07:08:24
最后一次提交2017-08-08 03:08:22
發布數22
最新版本名稱v1.5.6 (發布於 2017-08-08 03:08:22)
第一版名稱v0.1.0 (發布於 2014-03-10 11:03:39)
用户参与
星數23
關注者數2
派生數11
提交數131
已啟用問題?
問題數57
打開的問題數5
拉請求數2
打開的拉請求數0
關閉的拉請求數8
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?