added spell-clear convenience command
This commit is contained in:
parent
1e2a389c6f
commit
5700587926
|
@ -57,6 +57,10 @@ Formats of language supported:
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
define-command spell-clear %{
|
||||||
|
unset-option buffer spell_regions
|
||||||
|
}
|
||||||
|
|
||||||
define-command spell-next %{ evaluate-commands %sh{
|
define-command spell-next %{ evaluate-commands %sh{
|
||||||
anchor_line="${kak_selection_desc%%.*}"
|
anchor_line="${kak_selection_desc%%.*}"
|
||||||
anchor_col="${kak_selection_desc%%,*}"
|
anchor_col="${kak_selection_desc%%,*}"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user