diff options
author | Leena Miettinen <riitta-leena.miettinen@nokia.com> | 2010-05-04 11:28:39 +0200 |
---|---|---|
committer | Leena Miettinen <riitta-leena.miettinen@nokia.com> | 2010-05-07 15:13:50 +0200 |
commit | fedf00b9e903e081506420a5b926e98d383b3883 (patch) | |
tree | bb29e4f39c1b1b8629284923abf213d1f416aca8 /doc/qtcreator.qdoc | |
parent | 939513de3d5a139a692ab110b8e3d78e8926e504 (diff) | |
download | qt-creator-fedf00b9e903e081506420a5b926e98d383b3883.tar.gz |
Doc - Update information about using FakeVim Mode
Reviewed-by: hjk
Diffstat (limited to 'doc/qtcreator.qdoc')
-rw-r--r-- | doc/qtcreator.qdoc | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/doc/qtcreator.qdoc b/doc/qtcreator.qdoc index 39b8b644f3..2acc5bfeec 100644 --- a/doc/qtcreator.qdoc +++ b/doc/qtcreator.qdoc @@ -865,19 +865,24 @@ In the \gui{FakeVim} mode, you can run the main editor in a manner similar to the Vim editor. To run the editor in the \gui{FakeVim} mode, select - \gui{Edit} > \gui{Advanced} > \gui{Toggle vim-style editing} or press + \gui{Edit} > \gui{Advanced} > \gui{Use vim-style editing} or press \key{Alt+V,Alt+V}. In the \gui{FakeVim} mode, most keystrokes in the main editor will be - intercepted and interpreted in a way that resembles Vim. + intercepted and interpreted in a way that resembles Vim. Documentation for + Vim is not included in Qt Creator. For more information on using Vim, + see \l{http://www.vim.org/docs.php}{Documentation} on the Vim web site. To map commands entered on the \gui{FakeVim} command line to actions of the Qt Creator core, select \gui{Tools} > \gui{Options...} > \gui{FakeVim} > \gui{Ex Command Mapping}. - To make changes to the \gui{Vim style settings}, select \gui{Tools} > + To make changes to the Vim style settings, select \gui{Tools} > \gui{Options...} > \gui{General}. + To quit the FakeVim mode, click \gui {Quit FakeVim} or press + \key{Alt+V,Alt+V}. + \section1 Using an External Editor |