(caret-left
{selection-start :selection-start selection-end :selection-end :as state})
(caret-right {value :value
selection-start :selection-start
selection-end :selection-end
:as state})
(delete-selection
{value :value selection-start :selection-start selection-end :selection-end})
(find-position-in-line-starting-from-beginning-of-line
{value :value position-in-line :position-in-line}
position-of-line)
(insert {value :value
selection-start :selection-start
selection-end :selection-end
clipboard-data :clipboard-data
:as state})
(newline-after-current
{value :value selection-start :selection-start :as state})
(same-position-next-line {value :value selection-end :selection-end :as state})
(same-position-previous-line
{value :value selection-start :selection-start :as state})
(sentence-part-right
{selection-start :selection-start selection-end :selection-end :as state})
(word-part-right
{selection-start :selection-start selection-end :selection-end :as state})
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close