mirror of
https://github.com/mawww/kakoune.git
synced 2024-11-24 07:53:41 +03:00
README: added building instructions
This commit is contained in:
parent
46e727d5b6
commit
2eb008b6ca
@ -4,7 +4,7 @@ Kakoune
|
|||||||
Introduction:
|
Introduction:
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
Kakoune is a code editor heavily inspired by vim, as such most of it's
|
Kakoune is a code editor heavily inspired by vim, as such most of it's
|
||||||
commands are similar to vi's ones.
|
commands are similar to vi's ones.
|
||||||
|
|
||||||
Kakoune can operate in two modes, normal and insertion. In insertion mode,
|
Kakoune can operate in two modes, normal and insertion. In insertion mode,
|
||||||
@ -14,6 +14,15 @@ are used to manipulate the current selection and to enter insertion mode.
|
|||||||
There is no concept of cursor in kakoune, only selections, a single character
|
There is no concept of cursor in kakoune, only selections, a single character
|
||||||
selection can be seen as a cursor but there is no difference internally.
|
selection can be seen as a cursor but there is no difference internally.
|
||||||
|
|
||||||
|
Building
|
||||||
|
--------
|
||||||
|
|
||||||
|
Kakoune dependencies are:
|
||||||
|
* GCC >= 4.6
|
||||||
|
* boost
|
||||||
|
* ncurses
|
||||||
|
|
||||||
|
To build, just type *make* in the src directory
|
||||||
|
|
||||||
Basic Movement
|
Basic Movement
|
||||||
--------------
|
--------------
|
||||||
|
Loading…
Reference in New Issue
Block a user