Use windmove.
This commit is contained in:
@@ -1,10 +1,16 @@
|
||||
;; The following lines are always needed. Choose your own keys.
|
||||
;; The following lines are always needed. Choose your own keys.
|
||||
;; Org mode keys
|
||||
(global-set-key "\C-cl" 'org-store-link)
|
||||
(global-set-key "\C-ca" 'org-agenda)
|
||||
(global-set-key "\C-cc" 'org-capture)
|
||||
(global-set-key "\C-cb" 'org-iswitchb)
|
||||
|
||||
;; Make windmove work in Org mode:
|
||||
(add-hook 'org-shiftup-final-hook 'windmove-up)
|
||||
(add-hook 'org-shiftleft-final-hook 'windmove-left)
|
||||
(add-hook 'org-shiftdown-final-hook 'windmove-down)
|
||||
(add-hook 'org-shiftright-final-hook 'windmove-right)
|
||||
|
||||
;; org publish
|
||||
(require 'ox-publish)
|
||||
(setq org-publish-project-alist
|
||||
|
||||
Reference in New Issue
Block a user