kakoune: add alternative binding for quickly moving up/down
This commit is contained in:
parent
41ce56b4cc
commit
e4de4e62e0
|
@ -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>'
|
||||
|
||||
|
|
Loading…
Reference in a new issue