mirror of
https://github.com/FliegendeWurst/tmux-thumbs.git
synced 2024-11-09 16:00:35 +00:00
New numeric alphabet
This commit is contained in:
parent
4f34101c23
commit
6457b4feb3
@ -1,6 +1,7 @@
|
|||||||
use std::collections::HashMap;
|
use std::collections::HashMap;
|
||||||
|
|
||||||
const ALPHABETS: [(&'static str, &'static str); 21] = [
|
const ALPHABETS: [(&'static str, &'static str); 22] = [
|
||||||
|
("numeric", "1234567890"),
|
||||||
("abcd", "abcd"),
|
("abcd", "abcd"),
|
||||||
("qwerty", "asdfqwerzxcvjklmiuopghtybn"),
|
("qwerty", "asdfqwerzxcvjklmiuopghtybn"),
|
||||||
("qwerty-homerow", "asdfjklgh"),
|
("qwerty-homerow", "asdfjklgh"),
|
||||||
|
Loading…
Reference in New Issue
Block a user