kakoune: add alternative binding for quickly moving up/down

This commit is contained in:
lelgenio 2023-01-26 16:11:45 -03:00
parent 41ce56b4cc
commit e4de4e62e0

View file

@ -3,6 +3,9 @@
map global normal <c-d> 10j
map global normal <c-u> 10k
map global normal <c-r> 10j
map global normal <c-w> 10k
# alt i makes searches case insensitive
map global prompt <a-i> '<c-a>(?i)<c-e>'