remove server exited unexpectedly
This commit is contained in:
parent
c89bd50f8e
commit
6fb5ab0938
3 changed files with 23 additions and 10 deletions
|
|
@ -17,7 +17,7 @@
|
|||
tab q w e r t y u i o p [ ] \
|
||||
@cap a s d f g h j k l ; ' ret
|
||||
lsft z x c v b n m , . / rsft
|
||||
lctl lmet lalt spc ralt rctl
|
||||
lctl lmet lalt spc ralt @rctl
|
||||
)
|
||||
|
||||
(deflayer control
|
||||
|
|
@ -26,12 +26,23 @@
|
|||
tab q w e @replay t y u i o p @wup @wdown \
|
||||
@cap a s d f g left down up right ; ' bspc
|
||||
lsft z x C-c v bspc n @macro , . C-f rsft
|
||||
lctl lmet lalt spc ralt rctl
|
||||
lctl lmet lalt spc ralt @rctl
|
||||
)
|
||||
|
||||
(deflayermap (programming)
|
||||
f (macro f n spc)
|
||||
w (macro w h e r e spc)
|
||||
l (macro l o o p { ret)
|
||||
u (macro u s e spc)
|
||||
i (macro i m p o r t spc)
|
||||
s (macro s e l f spc)
|
||||
)
|
||||
|
||||
(defalias
|
||||
;; hold esc
|
||||
esc (tap-hold 800 800 esc caps)
|
||||
|
||||
;; control
|
||||
cap (tap-hold-release 200 200
|
||||
(multi dynamic-macro-record-stop esc)
|
||||
(layer-while-held control)
|
||||
|
|
@ -43,7 +54,13 @@
|
|||
wup (mwheel-up 50 120)
|
||||
wdown (mwheel-down 50 120)
|
||||
|
||||
lst (tap-hold-release 200 200 C-k lsft)
|
||||
;; programming
|
||||
rctl (
|
||||
tap-hold-release
|
||||
200 200
|
||||
C-k (layer-while-held programming)
|
||||
)
|
||||
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue