home: tridactyl: bind arrow keys to j/k movement
This commit is contained in:
parent
1132d7b828
commit
1489257726
1 changed files with 3 additions and 0 deletions
|
|
@ -20,6 +20,9 @@ bind n findnext 1
|
||||||
bind N findnext -1
|
bind N findnext -1
|
||||||
bind ,<Space> nohlsearch
|
bind ,<Space> nohlsearch
|
||||||
|
|
||||||
|
bind <ArrowUp> scrollline -10
|
||||||
|
bind <ArrowDown> scrollline 10
|
||||||
|
|
||||||
" case insensitive if lowercase, case sensitive if using some uppercase letters
|
" case insensitive if lowercase, case sensitive if using some uppercase letters
|
||||||
set findcase smart
|
set findcase smart
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue