Handbook
Glossary
kakoune
Vocabulary
editors
.
kakoune
Class description
The editor class for kakoune. To switch to kakoune as your primary editor, you can set
editor-class
to this singleton class.
Definition
IN:
editors.kakoune
SINGLETON:
kakoune
Methods
USING:
editors
editors.kakoune
kernel
make
math.parser
sequences
strings
;
M:
kakoune
editor-command
[
actual-kak-path
dup
string?
[
,
]
[
%
]
if
number>string
"+"
prepend
,
,
]
{
}
make
;
USING:
editors
editors.kakoune
;
M:
kakoune
editor-detached?
t
;
USING:
editors.kakoune
io.standard-paths
;
M:
kakoune
find-kak-path
"kak"
?find-in-path
;