Configure tridactyl search bindings
							parent
							
								
									bc62524451
								
							
						
					
					
						commit
						7c44c1cd4e
					
				| 
						 | 
					@ -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
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue