ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Focus Last Tab

by eproxus ALL

Always focus the last tab with Ctrl+9 or ⌘+9 in Sublime Text

Details

  • 2013.05.20.18.50.55
  • github.​com
  • github.​com
  • 12 years ago
  • 3 hours ago
  • 12 years ago

Installs

  • Total 1K
  • Win 576
  • Mac 608
  • Linux 135
Nov 9 Nov 8 Nov 7 Nov 6 Nov 5 Nov 4 Nov 3 Nov 2 Nov 1 Oct 31 Oct 30 Oct 29 Oct 28 Oct 27 Oct 26 Oct 25 Oct 24 Oct 23 Oct 22 Oct 21 Oct 20 Oct 19 Oct 18 Oct 17 Oct 16 Oct 15 Oct 14 Oct 13 Oct 12 Oct 11 Oct 10 Oct 9 Oct 8 Oct 7 Oct 6 Oct 5 Oct 4 Oct 3 Oct 2 Oct 1 Sep 30 Sep 29 Sep 28 Sep 27 Sep 26
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

Focus Last Tab for Sublime Text

Always focus the last tab with ⌘+9 (on OS X) or Ctrl+9 (on Windows and Linux) in Sublime Text 2 or 3, just like in your favorite browser!

Installation

Install via Package Control to automatically keep up to date with new versions.

To install manually, clone this repository into your Packages folder (e.g. Sublime Text 3 on OS X):

cd ~/Library/Application\ Support/Sublime\ Text\ 3/Packages
git clone git://github.com/eproxus/focus_last_tab.git "Focus Last Tab"

Customize

To customize, add your desired key binding to Preferences -> Key Bindings - User:

[
    { "keys": ["ctrl+end"], "command": "last_view" }
]

To keep the default key binding, add the following to Preferences -> Settings - User:

{
    "focus_last_tab_override": false
}