changing some keyboard stuff for the new layout
This commit is contained in:
		
							parent
							
								
									af5594a719
								
							
						
					
					
						commit
						518b3b7eb4
					
				
					 2 changed files with 8 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -614,7 +614,7 @@ This evil-collection package includes a lot of other evil based things.
 | 
			
		|||
  :after evil
 | 
			
		||||
  :init (evil-escape-mode +1)
 | 
			
		||||
  :config
 | 
			
		||||
  (setq evil-escape-key-sequence (kbd "fd")
 | 
			
		||||
  (setq evil-escape-key-sequence (kbd "ae")
 | 
			
		||||
        evil-escape-delay 0.3))
 | 
			
		||||
#+end_src
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -782,7 +782,9 @@ This evil-collection package includes a lot of other evil based things.
 | 
			
		|||
    "C-S-k" 'evil-window-increase-height
 | 
			
		||||
    "C-S-h" 'evil-window-decrease-width
 | 
			
		||||
    "zi" 'text-scale-increase
 | 
			
		||||
    "zd" 'text-scale-decrease)
 | 
			
		||||
    "zd" 'text-scale-decrease
 | 
			
		||||
    "<down>" 'evil-next-visual-line
 | 
			
		||||
    "<up>" 'evil-previous-visual-line)
 | 
			
		||||
  (general-def 'normal
 | 
			
		||||
    :states 'normal
 | 
			
		||||
    :keymaps 'override
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										6
									
								
								init.el
									
										
									
									
									
								
							
							
						
						
									
										6
									
								
								init.el
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -350,7 +350,7 @@
 | 
			
		|||
  :after evil
 | 
			
		||||
  :init (evil-escape-mode +1)
 | 
			
		||||
  :config
 | 
			
		||||
  (setq evil-escape-key-sequence (kbd "fd")
 | 
			
		||||
  (setq evil-escape-key-sequence (kbd "ae")
 | 
			
		||||
        evil-escape-delay 0.3))
 | 
			
		||||
 | 
			
		||||
(use-package evil-surround
 | 
			
		||||
| 
						 | 
				
			
			@ -510,7 +510,9 @@
 | 
			
		|||
    "C-S-k" 'evil-window-increase-height
 | 
			
		||||
    "C-S-h" 'evil-window-decrease-width
 | 
			
		||||
    "zi" 'text-scale-increase
 | 
			
		||||
    "zd" 'text-scale-decrease)
 | 
			
		||||
    "zd" 'text-scale-decrease
 | 
			
		||||
    "<down>" 'evil-next-visual-line
 | 
			
		||||
    "<up>" 'evil-previous-visual-line)
 | 
			
		||||
  (general-def 'normal
 | 
			
		||||
    :states 'normal
 | 
			
		||||
    :keymaps 'override
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue