mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-06-14 12:21:20 +00:00
Oh, this should've been committed long ago
This commit is contained in:
parent
ee7a2a8799
commit
45d329978e
1 changed files with 2 additions and 2 deletions
|
|
@ -319,8 +319,8 @@
|
|||
:after
|
||||
'update-window-third-height)
|
||||
|
||||
(global-set-key (kbd "C-V") #'(lambda () (interactive) (scroll-down-command 1)))
|
||||
(global-set-key (kbd "M-V") #'(lambda () (interactive) (scroll-up-command 1)))
|
||||
;; (global-set-key (kbd "C-V") #'(lambda () (interactive "") (scroll-down-command 1)))
|
||||
;; (global-set-key (kbd "M-V") #'(lambda () (interactive) (scroll-up-command 1)))
|
||||
|
||||
;; Word navigation
|
||||
(global-set-key (kbd "M-f") 'forward-to-word)
|
||||
|
|
|
|||
Loading…
Reference in a new issue