Keybinds for window swapping
This commit is contained in:
@@ -47,10 +47,12 @@
|
|||||||
("C-o s" . windmove-down)
|
("C-o s" . windmove-down)
|
||||||
("C-o a" . windmove-left)
|
("C-o a" . windmove-left)
|
||||||
("C-o d" . windmove-right)
|
("C-o d" . windmove-right)
|
||||||
;; TODO shift-wasd for moving
|
("C-o W" . windmove-swap-states-up)
|
||||||
|
("C-o S" . windmove-swap-states-down)
|
||||||
|
("C-o A" . windmove-swap-states-left)
|
||||||
|
("C-o D" . windmove-swap-states-right)
|
||||||
;; TODO C-wasd for resizing
|
;; TODO C-wasd for resizing
|
||||||
;; TODO C-/ for undo window state change
|
;; TODO C-/ for undo window state change
|
||||||
;; TODO z for zooming
|
|
||||||
("C-o z" . thoom/zoom-window)
|
("C-o z" . thoom/zoom-window)
|
||||||
;; TODO other-window scrolling
|
;; TODO other-window scrolling
|
||||||
("C-o n" . next-buffer)
|
("C-o n" . next-buffer)
|
||||||
@@ -60,6 +62,10 @@
|
|||||||
("a" . windmove-left)
|
("a" . windmove-left)
|
||||||
("s" . windmove-down)
|
("s" . windmove-down)
|
||||||
("d" . windmove-right)
|
("d" . windmove-right)
|
||||||
|
("W" . windmove-swap-states-up)
|
||||||
|
("S" . windmove-swap-states-down)
|
||||||
|
("A" . windmove-swap-states-left)
|
||||||
|
("D" . windmove-swap-states-right)
|
||||||
:repeat-map next-buffer-repeat-map
|
:repeat-map next-buffer-repeat-map
|
||||||
("n" . next-buffer)
|
("n" . next-buffer)
|
||||||
("p" . previous-buffer)
|
("p" . previous-buffer)
|
||||||
|
|||||||
Reference in New Issue
Block a user