|  | @@ -230,7 +230,7 @@ let g:which_key_map.l = {
 | 
	
		
			
				|  |  |  " t is for terminal
 | 
	
		
			
				|  |  |  let g:which_key_map.t = {
 | 
	
		
			
				|  |  |        \ 'name' : '+terminal' ,
 | 
	
		
			
				|  |  | -      \ ';' : [':FloatermNew --wintype=popup --height=6'        , 'terminal'],
 | 
	
		
			
				|  |  | +      \ ';' : [':FloatermNew --wintype=normal --height=6'        , 'terminal'],
 | 
	
		
			
				|  |  |        \ 'f' : [':FloatermNew fzf'                               , 'fzf'],
 | 
	
		
			
				|  |  |        \ 'g' : [':FloatermNew lazygit'                           , 'git'],
 | 
	
		
			
				|  |  |        \ 'd' : [':FloatermNew lazydocker'                        , 'docker'],
 |