diff options
author | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-07-06 23:41:58 -0400 |
---|---|---|
committer | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-07-06 23:41:58 -0400 |
commit | 6e828616a012842b82db529d478776b2327e433c (patch) | |
tree | c395b00f9273725034b40bb5ade461e631ce973e | |
parent | Add automatic rendering of LaTeX and inline images to org template (diff) | |
download | mmosmacs-6e828616a012842b82db529d478776b2327e433c.tar.gz mmosmacs-6e828616a012842b82db529d478776b2327e433c.tar.bz2 mmosmacs-6e828616a012842b82db529d478776b2327e433c.zip |
Fix IJKL movement for `pdf-tools`
-rw-r--r-- | init.el | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1372,6 +1372,10 @@ | |||
1372 | (define-key corfu-map (kbd "s-i") 'corfu-previous) | 1372 | (define-key corfu-map (kbd "s-i") 'corfu-previous) |
1373 | (define-key corfu-map (kbd "s-k") 'corfu-next) | 1373 | (define-key corfu-map (kbd "s-k") 'corfu-next) |
1374 | 1374 | ||
1375 | ;; Fix movement for `pdf-view-mode' | ||
1376 | (define-key pdf-view-mode-map (kbd "s-C-i") 'pdf-view-previous-page-command) | ||
1377 | (define-key pdf-view-mode-map (kbd "s-C-k") 'pdf-view-next-page-command) | ||
1378 | |||
1375 | 1379 | ||
1376 | ;; --------------------------------- | 1380 | ;; --------------------------------- |
1377 | ;; Buffer / Window Management | 1381 | ;; Buffer / Window Management |