Skip to content

borjacampina/sublimetext-edit_in_new_tab-plugin

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

Sublime Text - edit in new tab plugin

My first Sublime Text plugin.

Motivation

Demo

Changes

  • Dec 10: support for multiple selection
  • Dec 9: first version

## Install

Clone this repository in your Sublime Text Packages directory:

  • Linux: ~/.config/sublime-text-3/Packages/
  • OS X: ~/Library/Application Support/Sublime Text 3/Packages/
  • Windows: %APPDATA%/Sublime Text 3/Packages/

Mac installation example:

git clone https://github.com/borjacampina/sublimetext-edit_in_new_tab-plugin "$HOME/Library/Application Support/Sublime Text 3/Packages/EditInNewTab"

Adding a keyboard shortcut

Sublime Text 3 > Preferences > Key Bindings

[
  { "keys": ["super+shift+w"], "command": "edit_in_new_tab" }
]

About

Sublime Text - edit in new tab plugin

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages