General update
This commit is contained in:
parent
f72c8805ea
commit
504efc57e7
9 changed files with 71 additions and 62 deletions
|
@ -47,6 +47,15 @@ evil-window-move-* (e.g. `evil-window-move-far-left')"
|
|||
(switch-to-buffer this-buffer))
|
||||
(select-window that-window))))
|
||||
|
||||
;;;###autoload
|
||||
(defun doom/evil-window-move-l () (interactive) (doom/evil-window-move 'left))
|
||||
;;;###autoload
|
||||
(defun doom/evil-window-move-d () (interactive) (doom/evil-window-move 'down))
|
||||
;;;###autoload
|
||||
(defun doom/evil-window-move-u () (interactive) (doom/evil-window-move 'up))
|
||||
;;;###autoload
|
||||
(defun doom/evil-window-move-r () (interactive) (doom/evil-window-move 'right))
|
||||
|
||||
;;;###autoload
|
||||
(defun doom/new-buffer ()
|
||||
(interactive)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue