diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2015-01-21 00:17:17 -0500 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2015-01-21 00:17:17 -0500 |
commit | c3028e435392a7b647f79be826c054ef76b0d577 (patch) | |
tree | f2d48e5e7c13e9faf67f1ef99317779f23a8df2f /runtime/doc/options.txt | |
parent | 57207ea60e84b5af46f99d388b8e619955f96d09 (diff) | |
parent | 44b01ca8637f5231a858b5a60d7dd4022a3e45f7 (diff) | |
download | rneovim-c3028e435392a7b647f79be826c054ef76b0d577.tar.gz rneovim-c3028e435392a7b647f79be826c054ef76b0d577.tar.bz2 rneovim-c3028e435392a7b647f79be826c054ef76b0d577.zip |
Merge pull request #1656 from fmoralesc/remove-easy-mode
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 |