fix(bindings): Use avy-goto-line instead of ace-jump-line-mode
This commit is contained in:
		
							parent
							
								
									91dac5f692
								
							
						
					
					
						commit
						2e637433c1
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -37,7 +37,7 @@
 | 
				
			||||||
(global-set-key (kbd "C-c g") 'magit-status)
 | 
					(global-set-key (kbd "C-c g") 'magit-status)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
;; Replace standard goto-line with ace-jump-line-mode
 | 
					;; Replace standard goto-line with ace-jump-line-mode
 | 
				
			||||||
(global-set-key (kbd "M-g g") 'ace-jump-line-mode)
 | 
					(global-set-key (kbd "M-g g") 'avy-goto-line)
 | 
				
			||||||
(global-set-key (kbd "M-g M-g") 'goto-line-with-feedback)
 | 
					(global-set-key (kbd "M-g M-g") 'goto-line-with-feedback)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(global-set-key (kbd "C-c w") 'whitespace-cleanup)
 | 
					(global-set-key (kbd "C-c w") 'whitespace-cleanup)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue