change avy binds
This commit is contained in:
		
							parent
							
								
									6832ad76fc
								
							
						
					
					
						commit
						5f67089942
					
				
					 1 changed files with 3 additions and 4 deletions
				
			
		
							
								
								
									
										7
									
								
								init.el
									
										
									
									
									
								
							
							
						
						
									
										7
									
								
								init.el
									
										
									
									
									
								
							| 
						 | 
					@ -136,10 +136,9 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
;; Avy (jump to char)
 | 
					;; Avy (jump to char)
 | 
				
			||||||
(use-package avy
 | 
					(use-package avy
 | 
				
			||||||
  :bind
 | 
					  :bind (("C-:" . avy-goto-char)
 | 
				
			||||||
    (("C-;" . avy-goto-char)
 | 
					         ("C-;" . avy-goto-word-1)
 | 
				
			||||||
	   ("C-:" . avy-goto-word-1)
 | 
					         ("C-'" . avy-goto-line)))
 | 
				
			||||||
	   ("M-g g" . avy-goto-line)))
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
(use-package undo-tree
 | 
					(use-package undo-tree
 | 
				
			||||||
  :after evil
 | 
					  :after evil
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue