Configure tridactyl search bindings
This commit is contained in:
@@ -7,7 +7,12 @@ set smoothscroll true
|
|||||||
bind ym clipboard yankmd
|
bind ym clipboard yankmd
|
||||||
bind yg composite js "git clone " + document.location.href.replace(/https?:\/\//,"git@").replace("/",":").replace(/$/,".git") | clipboard yank
|
bind yg composite js "git clone " + document.location.href.replace(/https?:\/\//,"git@").replace("/",":").replace(/$/,".git") | clipboard yank
|
||||||
|
|
||||||
|
# Search bindings
|
||||||
unbind <C-f>
|
unbind <C-f>
|
||||||
|
bind / fillcmdline find
|
||||||
|
bind ? fillcmdline find -?
|
||||||
|
bind n findnext 1
|
||||||
|
bind N findnext -1
|
||||||
|
|
||||||
bind j scrollline 4
|
bind j scrollline 4
|
||||||
bind k scrollline -4
|
bind k scrollline -4
|
||||||
|
|||||||
Reference in New Issue
Block a user