Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fixed several issues with the Markdown
  • Loading branch information
croach committed Feb 11, 2013
1 parent d0fe3d3 commit 3a04bc7
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
@@ -1,4 +1,4 @@
# Hide Tabs
# Sublime Hide Tabs

Sublime Text plugin to manage hiding and showing tabs depending on how many views are in the active window.

Expand All @@ -7,13 +7,14 @@ Sublime Text plugin to manage hiding and showing tabs depending on how many view
The easiest way to install the Hide Tabs plugin is with [Package Control][package_control]. If you don't have it installed, you can always do the following:

1. Either download (and unzip) the [zip file][zip_file] or clone the repository
2. Move the unzipped (or cloned) directory into the Packages folder for your platform
2. Move the unzipped (or cloned) directory into the [Packages folder][packages_folder] for your platform

### To find the Packages folder
#### To find the Packages folder

1. Open Sublime Text
2. Open the python console `Ctrl-\``
2. Open the python console `` Ctrl-` ``
3. Type the following into the python console:

```
>>> import sublime
>>> sublime.packages_path()
Expand All @@ -30,3 +31,4 @@ To use the Hide Tabs plugin, you must first make sure that the tabs are hidden b

[package_control]: http://wbond.net/sublime_packages/package_control
[zip_file]: https://github.com/croach/SublimeHideTabs/archive/master.zip
[packages_folder]: #to-find-the-packages-folder

0 comments on commit 3a04bc7

Please sign in to comment.