home: tridactyl: add arrow shortcut to switch between tabs
This commit is contained in:
parent
4621ae4151
commit
ca472e800a
1 changed files with 2 additions and 0 deletions
|
|
@ -22,6 +22,8 @@ bind ,<Space> nohlsearch
|
||||||
|
|
||||||
bind <ArrowUp> scrollline -10
|
bind <ArrowUp> scrollline -10
|
||||||
bind <ArrowDown> scrollline 10
|
bind <ArrowDown> scrollline 10
|
||||||
|
bind <S-ArrowUp> tabprev
|
||||||
|
bind <S-ArrowDown> tabnext
|
||||||
|
|
||||||
" 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