Minimize use of arrow keys

This commit is contained in:
Maciej 2019-06-06 21:51:13 +03:00
parent f2d68d324d
commit c3b829a4bf
Signed by: maciej
GPG key ID: 41D62D42D3B0D765
2 changed files with 13 additions and 2 deletions

View file

@ -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