Skip to content

Instantly share code, notes, and snippets.

@gcentauri
Last active January 7, 2018 15:57
Show Gist options
  • Save gcentauri/c6c739bb68b9603d7f475fe208c65a03 to your computer and use it in GitHub Desktop.
Save gcentauri/c6c739bb68b9603d7f475fe208c65a03 to your computer and use it in GitHub Desktop.
(xah-fly--define-keys
(define-prefix-command 'xah-fly-elscreen-key-map)
'( ; qwerty
("j" . elscreen-create) ; c
("t" . elscreen-kill) ; k
("b" . elscreen-next) ; n
("l" . elscreen-previous) ; p
("p" . elscreen-screen-nickname) ; r
))
qwerty =
{"-", "=",
"q", "w", "e", "r", "t", "y", "u", "i", "o", "p", "[", "]", "\\",
"a", "s", "d", "f", "g", "h", "j", "k", "l", ";", "'",
"z", "x", "c", "v", "b", "n", "m", ",", ".", "/"};
dvorak =
{"[", "]",
"'", ",", ".", "p", "y", "f", "g", "c", "r", "l", "/", "=", "\\",
"a", "o", "e", "u", "i", "d", "h", "t", "n", "s", "-",
";", "q", "j", "k", "x", "b", "m", "w", "v", "z"};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment