Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Ld change vcs toggle keybind #1334

Open
wants to merge 2 commits into
base: ld-change-vcs-toggle-keybind
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
81 changes: 76 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,81 @@
# Tree View package [![Build Status](https://travis-ci.org/atom/tree-view.svg?branch=master)](https://travis-ci.org/atom/tree-view)
# Tree View

Explore and open files in the current project.
[![Build Status](https://travis-ci.org/atom/tree-view.svg?branch=master)](https://travis-ci.org/atom/tree-view)
[![Dependency Status](https://david-dm.org/atom/tree-view.svg)](https://david-dm.org/atom/tree-view)

Explore and manage files and folders in the current project.

![Tree View screenshot](https://f.cloud.github.com/assets/671378/2241932/6d9cface-9ceb-11e3-9026-31d5011d889d.png)

This is a package for [Atom](https://atom.io), a hackable text editor for the 21st Century.

## Usage

Press `cmd-\` to open/close the Tree view and `ctrl-0` to focus it.

When the Tree view has focus you can press `a`, `m`, or `delete` to add, move
or delete files and folders.
When the Tree view has focus you can press `a`, `m`, or `delete` to add, move or delete files and folders.

### Commands

Command | Selector | Description
-------------------|----------|------------
`tree-view:toggle` | TODO | Shows or hides the Tree View.
`tree-view:toggle-focus` | TODO | Toggles focus between the Tree View and the active pane.
`tree-view:reveal-active-file` | TODO | TODO
`tree-view:copy` | TODO | TODO
`tree-view:cut` | TODO | TODO
`tree-view:paste` | TODO | TODO
`tree-view:move` | TODO | TODO
`tree-view:rename` | TODO | TODO
`tree-view:add-file` | TODO | TODO
`tree-view:add-folder` | TODO | TODO
`tree-view:duplicate` | TODO | TODO
`tree-view:remove` | TODO | TODO
`tree-view:copy-full-path` | TODO | TODO
`tree-view:copy-project-path` | TODO | TODO
`tree-view:expand-directory` | TODO | TODO
`tree-view:recursive-expand-directory` | TODO | TODO
`tree-view:collapse-directory` | TODO | TODO
`tree-view:recursive-collapse-directory` | TODO | TODO
`tree-view:open-selected-entry` | TODO | TODO
`tree-view:open-selected-entry-right` | TODO | TODO
`tree-view:open-selected-entry-left` | TODO | TODO
`tree-view:open-selected-entry-up` | TODO | TODO
`tree-view:open-selected-entry-down` | TODO | TODO
`tree-view:open-selected-entry-in-pane-1` | TODO | TODO
`tree-view:open-selected-entry-in-pane-2` | TODO | TODO
`tree-view:open-selected-entry-in-pane-3` | TODO | TODO
`tree-view:open-selected-entry-in-pane-4` | TODO | TODO
`tree-view:open-selected-entry-in-pane-5` | TODO | TODO
`tree-view:open-selected-entry-in-pane-6` | TODO | TODO
`tree-view:open-selected-entry-in-pane-7` | TODO | TODO
`tree-view:open-selected-entry-in-pane-8` | TODO | TODO
`tree-view:open-selected-entry-in-pane-9` | TODO | TODO
`tree-view:toggle-vcs-ignored-files` | TODO | TODO
`tree-view:toggle-side` | TODO | TODO
`tree-view:toggle-ignored-names` | TODO | TODO
`tree-view:open-in-new-window` | TODO | TODO
`tree-view:show-in-file-manager` | TODO | TODO
`tree-view:remove-project-folder` | TODO | TODO

### Keybindings

TODO

### Configuration

TODO

### Styles

TODO

## Contributing
Always feel free to help out! Whether it's [filing bugs and feature requests]
or working on some of the [open issues], Atom's [contributing guide](https://github.com/atom/atom/blob/master/CONTRIBUTING.md)
will help get you started while the [guide for contributing to packages](https://github.com/atom/atom/blob/master/docs/contributing-to-packages.md)
has some extra information.

## License

![](https://f.cloud.github.com/assets/671378/2241932/6d9cface-9ceb-11e3-9026-31d5011d889d.png)
[MIT License](http://opensource.org/licenses/MIT) - see the [LICENSE]([Put full path to file here]LICENSE.md) for more details.