diff --git a/keymaps.el b/keymaps.el new file mode 100644 index 0000000..247f47b --- /dev/null +++ b/keymaps.el @@ -0,0 +1,12 @@ +;; Experimenting + +(defvar-keymap windmove-repeat-map + :repeat t + "" #'windmove-left + "S-" #'windmove-swap-states-left + "" #'windmove-right + "S-" #'windmove-swap-states-right + "" #'windmove-up + "S-" #'windmove-swap-states-up + "" #'windmove-down + "S-" #'windmove-swap-states-down)