aboutsummaryrefslogtreecommitdiff
path: root/atom/packages/vim-mode/README.md
diff options
context:
space:
mode:
authorBen Beltran <ben@nsovocal.com>2015-09-28 12:39:59 -0500
committerBen Beltran <ben@nsovocal.com>2015-09-28 12:39:59 -0500
commit455f099b504ec07dd492ab31987ae05a6f6774c7 (patch)
tree22b0c7fd8e492733b97e661750a2d79c46da451d /atom/packages/vim-mode/README.md
parent24c7594d62d8d7fbbcdb64b11ce4adc5d8e6991a (diff)
Adds atom packages
Diffstat (limited to 'atom/packages/vim-mode/README.md')
-rw-r--r--atom/packages/vim-mode/README.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/atom/packages/vim-mode/README.md b/atom/packages/vim-mode/README.md
index 1562a91..200a3bb 100644
--- a/atom/packages/vim-mode/README.md
+++ b/atom/packages/vim-mode/README.md
@@ -10,15 +10,14 @@ run `apm install vim-mode` from the command line.
### Current Status
-Sizable portions of Vim's command mode work as you'd expect, including
+Sizable portions of Vim's normal mode work as you'd expect, including
many complex combinations. Even so, this package is far from finished (Vim
wasn't built in a day).
If you want the vim ex line (for `:w`, `:s`, etc.), you can try [ex-mode](https://atom.io/packages/ex-mode)
which works in conjuction with this plugin.
-Currently, vim-mode requires soft line wraps to be disabled, and has some issues
-with international keyboard layouts.
+Currently, vim-mode has some issues with international keyboard layouts.
If there's a feature of Vim you're missing, it might just be that you use it
more often than other developers. Adding a feature can be quick and easy. Check
@@ -28,7 +27,7 @@ to see examples of community contributions. We're looking forward to yours, too.
### Documentation
* [Overview](https://github.com/atom/vim-mode/blob/master/docs/overview.md)
-* [Motions](https://github.com/atom/vim-mode/blob/master/docs/motions.md)
+* [Motions and Text Objects](https://github.com/atom/vim-mode/blob/master/docs/motions.md)
* [Operators](https://github.com/atom/vim-mode/blob/master/docs/operators.md)
* [Windows](https://github.com/atom/vim-mode/blob/master/docs/windows.md)
* [Scrolling](https://github.com/atom/vim-mode/blob/master/docs/scrolling.md)