mirror of
				https://github.com/larstvei/dot-emacs.git
				synced 2025-11-04 01:20:11 +00:00 
			
		
		
		
	Fix bindings for helm
This commit is contained in:
		
							parent
							
								
									c21d03b836
								
							
						
					
					
						commit
						3120e73302
					
				
							
								
								
									
										13
									
								
								init.org
									
									
									
									
									
								
							
							
						
						
									
										13
									
								
								init.org
									
									
									
									
									
								
							@ -1259,6 +1259,12 @@
 | 
				
			|||||||
** Bindings for [[http://emacs-helm.github.io/helm/][Helm]]
 | 
					** Bindings for [[http://emacs-helm.github.io/helm/][Helm]]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  #+BEGIN_SRC emacs-lisp
 | 
					  #+BEGIN_SRC emacs-lisp
 | 
				
			||||||
 | 
					  (with-eval-after-load 'helm
 | 
				
			||||||
 | 
					    (define-key helm-map            (kbd "<tab>")   'helm-execute-persistent-action)
 | 
				
			||||||
 | 
					    (define-key helm-map            (kbd "C-i")     'helm-execute-persistent-action)
 | 
				
			||||||
 | 
					    (define-key helm-map            (kbd "C-z")     'helm-select-action)
 | 
				
			||||||
 | 
					    (define-key helm-map            (kbd "<left>")  'helm-previous-source)
 | 
				
			||||||
 | 
					    (define-key helm-map            (kbd "<right>") 'helm-next-source)
 | 
				
			||||||
    (define-key custom-bindings-map (kbd "C-c h")   'helm-command-prefix)
 | 
					    (define-key custom-bindings-map (kbd "C-c h")   'helm-command-prefix)
 | 
				
			||||||
    (define-key custom-bindings-map (kbd "M-x")     'helm-M-x)
 | 
					    (define-key custom-bindings-map (kbd "M-x")     'helm-M-x)
 | 
				
			||||||
    (define-key custom-bindings-map (kbd "M-y")     'helm-show-kill-ring)
 | 
					    (define-key custom-bindings-map (kbd "M-y")     'helm-show-kill-ring)
 | 
				
			||||||
@ -1268,12 +1274,7 @@
 | 
				
			|||||||
    (define-key custom-bindings-map (kbd "C-c h o") 'helm-occur)
 | 
					    (define-key custom-bindings-map (kbd "C-c h o") 'helm-occur)
 | 
				
			||||||
    (define-key custom-bindings-map (kbd "C-c h g") 'helm-google-suggest)
 | 
					    (define-key custom-bindings-map (kbd "C-c h g") 'helm-google-suggest)
 | 
				
			||||||
    (define-key custom-bindings-map (kbd "M-i")     'helm-swoop)
 | 
					    (define-key custom-bindings-map (kbd "M-i")     'helm-swoop)
 | 
				
			||||||
  (define-key custom-bindings-map (kbd "M-I")     'helm-multi-swoop-all)
 | 
					    (define-key custom-bindings-map (kbd "M-I")     'helm-multi-swoop-all))
 | 
				
			||||||
 | 
					 | 
				
			||||||
  (with-eval-after-load 'helm
 | 
					 | 
				
			||||||
    (define-key helm-map (kbd "<tab>") 'helm-execute-persistent-action)
 | 
					 | 
				
			||||||
    (define-key helm-map (kbd "C-i")   'helm-execute-persistent-action)
 | 
					 | 
				
			||||||
    (define-key helm-map (kbd "C-z")   'helm-select-action))
 | 
					 | 
				
			||||||
  #+END_SRC
 | 
					  #+END_SRC
 | 
				
			||||||
 | 
					
 | 
				
			||||||
** Bindings for [[https://github.com/bbatsov/projectile][Projectile]]
 | 
					** Bindings for [[https://github.com/bbatsov/projectile][Projectile]]
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user