Extend "l" -> "L" KBD remapping for magit-{log,revision}-mode-map
Thankfully `general` made this change super easy and maintainable to support.
This commit is contained in:
		
							parent
							
								
									f3ee628a4c
								
							
						
					
					
						commit
						48d9a70253
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		| 
						 | 
					@ -330,7 +330,9 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(general-define-key
 | 
					(general-define-key
 | 
				
			||||||
 :states '(normal)
 | 
					 :states '(normal)
 | 
				
			||||||
 :keymaps '(magit-status-mode-map)
 | 
					 :keymaps '(magit-status-mode-map
 | 
				
			||||||
 | 
					            magit-log-mode-map
 | 
				
			||||||
 | 
					            magit-revision-mode-map)
 | 
				
			||||||
 "l" #'evil-forward-char
 | 
					 "l" #'evil-forward-char
 | 
				
			||||||
 "L" #'magit-log)
 | 
					 "L" #'magit-log)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue