kak: reducec C-d C-u scrolling speed

This commit is contained in:
lelgenio 2022-03-28 14:24:30 -03:00
parent f01ccdcaf8
commit 091d90a151
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,8 @@
# {{@@ header() @@}}
map global normal <c-d> 10j
map global normal <c-u> 10k
# alt i makes searches case insensitive
map global prompt <a-i> '<c-a>(?i)<c-e>'