init
Make w to move by word instead of word start.
Add word-select.kak
to your autoload or source it manually.
require-module word-select
Enable word-select with word-select-add-mappings
.
Or manually map w and its variants to word-select-next-word
to move by word instead of word start.
word-select-next-word
: Next word.word-select-next-big-word
: Next big word.word-select-previous-word
: Previous word.word-select-previous-big-word
: Previous big word.