Word movements

I use with this plugin kakoune-buffers check out the landing page for some key bindings you may have but forgotten or just for some Delapouite awesomeness.

Thanks guys, took me 9 months but I got there. :smiley:

# <https://github.com/alexherbo2/word-select.kak/blob/c46f0c117d1e704fb674c7770d4e6a53677bdbca/rc/word-movement.kak#L11>
define-command white-space-next 'execute-keys \"_/\s+<ret>'
define-command white-space-previous 'execute-keys \"_<a-/>\s+<ret>'

map global normal w ': white-space-next<ret>'
map global normal W ': white-space-previous<ret>'

word-select_01
word-select_02
word-select_03

Bye :wave:.

e = extend-next-word
E = extend-next-WORD
w = white-space-next
W = white-space-previous
q = quicker-than-b
Q = quicker-than-B