Do not follow this link

~dermetfan/word-select.kak

Backup of alexherbo2/word-select.kak (history lost)

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~dermetfan/word-select.kak
read/write
git@git.sr.ht:~dermetfan/word-select.kak

You can also use your local clone with git send-email.

#word-select.kak

Make w to move by word instead of word start.

#Installation

Add word-select.kak to your autoload or source it manually.

require-module word-select

#Usage

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.

#Commands

  • 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.
Do not follow this link