Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
t9md committed Jun 9, 2015
0 parents commit 862614a
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions README.md
@@ -0,0 +1,39 @@
# Toggle

Toggle word at cursor

# Development state

Alpha

Currently implemented only very simple toggle feature.

# Keymap

**No keymap by default**.

e.g.

* normal user

```coffeescript
'atom-text-editor:not([mini])':
'ctrl-t': 'try:paste'
```

* [vim-mode](https://atom.io/packages/vim-mode)?.

```coffeescript
'atom-text-editor.vim-mode.command-mode':
'-': 'toggle:toggle'
```


# Similar package for other text editors.

* [zef/vim-cycle](https://github.com/zef/vim-cycle)
* [AndrewRadev/switch.vim](https://github.com/AndrewRadev/switch.vim)

# TODO
* [ ] Support language specific keyword handling
* [ ] Customize toggle function by user's function.

0 comments on commit 862614a

Please sign in to comment.