G

Untitled

public
Guest May 19, 2024 Never 36
Clone
Plaintext paste1.txt 7 lines (7 loc) | 315 Bytes
1
( "M-<Tab>"
2
, toggleWS'
3
[ marshall s vw
4
| vw <- (map show [1 .. 9])
5
, s <- [x | x <- [0 .. nScreens], x /= currentScreen]
6
]
7
)