Skip to content

Instantly share code, notes, and snippets.

@SequentialDesign
Created March 12, 2023 04:07
Show Gist options
  • Select an option

  • Save SequentialDesign/96d8b113f969688750dec91f5209389a to your computer and use it in GitHub Desktop.

Select an option

Save SequentialDesign/96d8b113f969688750dec91f5209389a to your computer and use it in GitHub Desktop.
(defcfg)
(defsrc
spc
h
i
e
a
t
n
c
w
)
(defalias
dir (layer-toggle Direction)
sd (tap-hold 1000 1000 spc @dir)
)
(deflayer base
@sd
h
i
e
a
t
n
c
w
)
(deflayer Direction
-
pgdn
pgup
home
end
left
down
rght
up
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment