diff options
author | Felipe Morales <hel.sheep@gmail.com> | 2015-01-15 18:00:37 -0300 |
---|---|---|
committer | Felipe Morales <hel.sheep@gmail.com> | 2015-01-15 18:55:44 -0300 |
commit | 44b01ca8637f5231a858b5a60d7dd4022a3e45f7 (patch) | |
tree | 68d1ca1dec7d499e880bfb1f778c4033cfe5556d /runtime/doc/options.txt | |
parent | 5c6348e9995b0dde23a2de99263e9e0e3a72fcd2 (diff) | |
download | rneovim-44b01ca8637f5231a858b5a60d7dd4022a3e45f7.tar.gz rneovim-44b01ca8637f5231a858b5a60d7dd4022a3e45f7.tar.bz2 rneovim-44b01ca8637f5231a858b5a60d7dd4022a3e45f7.zip |
Remove easy mode
Diffstat (limited to 'runtime/doc/options.txt')
-rw-r--r-- | runtime/doc/options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 8152c3d3c4..d24b02149d 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -4233,7 +4233,7 @@ A jump table for the options with a short description can be found at |Q_op|. global {not in Vi} Makes Vim work in a way that Insert mode is the default mode. Useful - if you want to use Vim as a modeless editor. Used for |evim|. + if you want to use Vim as a modeless editor. These Insert mode commands will be useful: - Use the cursor keys to move around. - Use CTRL-O to execute one Normal mode command |i_CTRL-O|). When |