Support lispyville KBDs
After deciding to support the `C-s-` prefix for lispyville KBDs, I'm re-introducing support for: - `lispyville-drag-backward` - `lispyville-drag-forward` - `lispyville-end-of-defun` - `lispyville-beginning-of-defun`
This commit is contained in:
		
							parent
							
								
									6d87dcb710
								
							
						
					
					
						commit
						47d16e2512
					
				
					 1 changed files with 4 additions and 3 deletions
				
			
		| 
						 | 
					@ -75,9 +75,10 @@
 | 
				
			||||||
     "M-k" nil
 | 
					     "M-k" nil
 | 
				
			||||||
     ;; second rebind
 | 
					     ;; second rebind
 | 
				
			||||||
     ;; TODO: Rebind to something that doesn't conflict with window resizing.
 | 
					     ;; TODO: Rebind to something that doesn't conflict with window resizing.
 | 
				
			||||||
     ;; "C-M-h" #'lispyville-drag-backward
 | 
					     "C-s-h" #'lispyville-drag-backward
 | 
				
			||||||
     ;; "C-M-l" #'lispyville-drag-forward
 | 
					     "C-s-l" #'lispyville-drag-forward
 | 
				
			||||||
     )))
 | 
					     "C-s-e" #'lispyville-end-of-defun
 | 
				
			||||||
 | 
					     "C-s-a" #'lispyville-beginning-of-defun)))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
;; deletes all bindings of f->kbd
 | 
					;; deletes all bindings of f->kbd
 | 
				
			||||||
;; binds kbd->
 | 
					;; binds kbd->
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue