Fix grammar in manual entry
This commit is contained in:
parent
ec38b3a82a
commit
59c6c071de
|
@ -50,10 +50,10 @@ Kakoune has a strong focus on interactivity, most commands provide immediate
|
||||||
and incremental results, while still being competitive (as in keystroke count)
|
and incremental results, while still being competitive (as in keystroke count)
|
||||||
with Vim.
|
with Vim.
|
||||||
|
|
||||||
Kakoune works on selections, which are oriented, inclusive range of characters,
|
Kakoune works on selections, which are oriented, inclusive ranges of characters.
|
||||||
selections have an anchor and a cursor character. Most commands move both of
|
Selections have an anchor and a cursor. Most commands move both of
|
||||||
them, except when extending selection where the anchor character stays fixed
|
them except when extending selections, where the anchor character stays fixed
|
||||||
and the cursor one moves around.
|
and the cursor moves around.
|
||||||
|
|
||||||
See https://vimeo.com/82711574
|
See https://vimeo.com/82711574
|
||||||
|
|
||||||
|
|
|
@ -36,10 +36,10 @@ Kakoune has a strong focus on interactivity, most commands provide immediate and
|
||||||
incremental results, while still being competitive (as in keystroke count) with
|
incremental results, while still being competitive (as in keystroke count) with
|
||||||
Vim.
|
Vim.
|
||||||
|
|
||||||
Kakoune works on selections, which are oriented, inclusive range of characters,
|
Kakoune works on selections, which are oriented, inclusive ranges of characters.
|
||||||
selections have an anchor and a cursor character. Most commands move both of
|
Selections have an anchor and a cursor. Most commands move both of
|
||||||
them, except when extending selection where the anchor character stays fixed and
|
them except when extending selections, where the anchor character stays fixed and
|
||||||
the cursor one moves around.
|
the cursor moves around.
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
|
|
12
doc/kak.1
12
doc/kak.1
|
@ -48,8 +48,8 @@ kak \- a vim inspired, selection oriented code editor
|
||||||
|
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
|
|
||||||
Kakoune is a code editor heavily inspired by Vim, as such most of its commands
|
Kakoune is a code editor heavily inspired by Vim. As such, most of its commands
|
||||||
are similar to Vi's ones, and it shares Vi's "keystrokes as a text editing
|
are similar to Vi's and it shares Vi's "keystrokes as a text editing
|
||||||
language" model.
|
language" model.
|
||||||
|
|
||||||
Kakoune can operate in two modes, normal and insertion. In insertion mode,
|
Kakoune can operate in two modes, normal and insertion. In insertion mode,
|
||||||
|
@ -60,10 +60,10 @@ Kakoune has a strong focus on interactivity, most commands provide immediate
|
||||||
and incremental results, while still being competitive (as in keystroke
|
and incremental results, while still being competitive (as in keystroke
|
||||||
count) with Vim.
|
count) with Vim.
|
||||||
|
|
||||||
Kakoune works on selections, which are oriented, inclusive range of
|
Kakoune works on selections, which are oriented, inclusive ranges of
|
||||||
characters, selections have an anchor and a cursor character. Most commands
|
characters. Selections have an anchor and a cursor. Most commands
|
||||||
move both of them, except when extending selection where the anchor character
|
move both of them except when extending selection, where the anchor character
|
||||||
stays fixed and the cursor one moves around.
|
stays fixed and the cursor moves around.
|
||||||
|
|
||||||
For more information, use the \fB:doc\fR command after starting Kakoune,
|
For more information, use the \fB:doc\fR command after starting Kakoune,
|
||||||
the Kakoune wiki at https://github.com/mawww/kakoune/wiki
|
the Kakoune wiki at https://github.com/mawww/kakoune/wiki
|
||||||
|
|
Loading…
Reference in New Issue
Block a user