Skip to content
This repository has been archived by the owner on Nov 13, 2023. It is now read-only.
/ focus_last_tab Public archive

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

Notifications You must be signed in to change notification settings

eproxus/focus_last_tab

Repository files navigation

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
}

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages