Minimize use of arrow keys
This commit is contained in:
parent
f2d68d324d
commit
c3b829a4bf
2 changed files with 13 additions and 2 deletions
|
|
@ -34,8 +34,8 @@
|
|||
(delete-selection-mode 1)
|
||||
|
||||
;; Dash
|
||||
(define-key prog-mode-map (kbd "C-d") 'dash-at-point) ;; Jump to dash definition
|
||||
(define-key text-mode-map (kbd "C-d") 'dash-at-point) ;; Jump to dash definition
|
||||
(define-key prog-mode-map (kbd "C-s C-d") 'dash-at-point) ;; Jump to dash definition
|
||||
(define-key text-mode-map (kbd "C-s C-d") 'dash-at-point) ;; Jump to dash definition
|
||||
(add-to-list
|
||||
'dash-at-point-mode-alist
|
||||
'(enh-ruby-mode . "ruby,rubygems,rails")) ;; Configure lookup for Ruby mode
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue