~ubuntu-branches/ubuntu/trusty/kate/trusty

« back to all changes in this revision

Viewing changes to doc/kate/vi.docbook

  • Committer: Package Import Robot
  • Author(s): Rohan Garg
  • Date: 2013-11-25 17:46:09 UTC
  • mfrom: (1.1.36)
  • Revision ID: package-import@ubuntu.com-20131125174609-hpl0v23qy756d15u
Tags: 4:4.11.95-0ubuntu1
New upstream beta release

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
the <quote>Vim way</quote> of text editing - and the Vim habits learned -
19
19
available for programs using the &kappname; text editor as their internal editor.</para>
20
20
 
21
 
<para>The VI mode aims integrate nicely with the programs and deviate
 
21
<para>The VI mode aims to integrate nicely with the program and deviate
22
22
from Vim’s behavior where it makes sense. For example,
23
23
<userinput><command>:w</command></userinput> will open a save dialog in &kappname;’s VI mode.</para>
24
24
 
25
 
<para>To enable the VI input mode for all new views, go to
 
25
<para>To enable the VI Input Mode for all new views, go to
26
26
<menuchoice><guimenu>Settings</guimenu><guimenuitem>Configure &kappname;...</guimenuitem>
27
27
<guimenu>Editing</guimenu><guimenuitem>VI Input Mode</guimenuitem></menuchoice>.
28
28
On this tab you can set options for the VI Input Mode and define and edit
43
43
 
44
44
<para>This does not apply to commands that use the &Ctrl; key, which may be
45
45
entered regardless of <keycap>Caps Lock</keycap> mode and without pressing 
46
 
&Shift;.  However, some commands require the use of &Ctrl;-key combination
 
46
&Shift;.  However, some commands require the use of a &Ctrl;-key combination
47
47
followed by another key which is case sensitive.  For instance, to input
48
48
<quote><keycombo action="simul">&Ctrl;<keycap>W</keycap></keycombo>,
49
49
<userinput>h</userinput></quote> (switch to split view right) make sure
636
636
<para>This object is missing in Vim. The comma text object
637
637
makes it easy to modify parameter lists in C-like languages and other comma
638
638
separated lists. It is basically the area between two commas or between a comma
639
 
and a bracket. In the line shown in the illustration to the right, the three
640
 
ranges this text object can span are highlighted in red.</para>
 
639
and a bracket. In the line shown in the illustration, the three
 
640
ranges this text object can span are highlighted.</para>
641
641
 
642
642
<screenshot id="screenshot-resources">
643
643
<screeninfo>An example of Comma Text Object</screeninfo>
659
659
<title>Missing Features</title>
660
660
 
661
661
<para>As stated earlier, the goal of &kappname;’s VI Mode is not to support 100% of
662
 
Vim’s features, however, there are some features which are sorely missed:</para>
 
662
Vim’s features. However, there are some features which are sorely missed:</para>
663
663
<itemizedlist>
664
664
<listitem>
665
665
<para>Visual block mode - especially the ability to prepend/append text to the