c-hjkl
This commit is contained in:
@@ -178,7 +178,7 @@
|
||||
;; :inbox "~/org/todo.org")
|
||||
(:calendar-id "poggers"
|
||||
:files ("~/org/work.org")
|
||||
:inbox "~/org/work.org")
|
||||
:inbox "~/org/from_work.org")
|
||||
(:calendar-id "home"
|
||||
:files: ("~/org/home.org")
|
||||
:inbox "~/org/home.org")
|
||||
@@ -255,3 +255,10 @@
|
||||
(evil-define-key '(visual) 'global (kbd "C-/") 'comment-dwim)
|
||||
(evil-define-key '(normal visual) 'global (kbd "C-b") 'comment-box)
|
||||
(setq-default ispell-dictionary "british")
|
||||
(setq-default org-log-into-drawer "LOGBOOK")
|
||||
|
||||
;; binds for ctrl+hjkl
|
||||
(evil-define-key '(normal insert) 'global (kbd "C-h") 'evil-window-left)
|
||||
(evil-define-key '(normal insert) 'global (kbd "C-j") 'evil-window-down)
|
||||
(evil-define-key '(normal insert) 'global (kbd "C-k") 'evil-window-up)
|
||||
(evil-define-key '(normal insert) 'global (kbd "C-l") 'evil-window-right)
|
||||
|
||||
Reference in New Issue
Block a user